diff options
Diffstat (limited to 'sysutils/ups-nut/patches/patch-ag')
-rw-r--r-- | sysutils/ups-nut/patches/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/ups-nut/patches/patch-ag b/sysutils/ups-nut/patches/patch-ag deleted file mode 100644 index 596db8b5e9a..00000000000 --- a/sysutils/ups-nut/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2001/03/11 16:22:08 martin Exp $ - ---- models/mge-ellipse.c.orig Tue Feb 27 05:36:19 2001 -+++ models/mge-ellipse.c Sun Mar 11 17:13:07 2001 -@@ -695,7 +695,7 @@ - start = buf; - fprintf(stderr,"%s: (%d bytes)\n", msg, len); - while (len > 0) { -- snprintf(line, sizeof(line), "%08x: ", buf - start); -+ snprintf(line, sizeof(line), "%08lx: ", (unsigned long)(buf - start)); - out = line + 10; - - for (i = 0, pc = buf, nlocal = len; i < 16; i++, pc++) { |