Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.2 2005/01/04 13:37:31 taca Exp $
--- src/ups.c.orig 2003-01-21 20:49:06.000000000 +0900
+++ src/ups.c
@@ -99,7 +99,7 @@ ups_new(name, device, timeout, grace)
UPS ups;
char *s, *how;
- if (cgetent(&ups_cap, file, name) != 0) {
+ if (cgetent(&ups_cap, (void *)file, name) != 0) {
perror("ups_new: can't read upstab");
return NULL;
}