mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 23:44:45 -04:00
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
$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;
|
|
}
|