diff options
Diffstat (limited to 'sysutils/bkpupsd/patches')
-rw-r--r-- | sysutils/bkpupsd/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/bkpupsd/patches/patch-aa b/sysutils/bkpupsd/patches/patch-aa new file mode 100644 index 00000000000..725efa4e13e --- /dev/null +++ b/sysutils/bkpupsd/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2002/01/21 13:59:46 dmcmahill Exp $ + +needed on alpha + +--- src/main.c.orig Wed Dec 19 01:52:37 2001 ++++ src/main.c Sun Jan 20 14:04:26 2002 +@@ -240,5 +240,5 @@ + syslog(LOG_INFO, + "No battery low status checking, " +- "use default timeout %ld seconds", ups->fail_timeout); ++ "use default timeout %lld seconds", (long long) ups->fail_timeout); + } + |