diff options
Diffstat (limited to 'graphics/hp2xx/patches/patch-ad')
-rw-r--r-- | graphics/hp2xx/patches/patch-ad | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/hp2xx/patches/patch-ad b/graphics/hp2xx/patches/patch-ad index ec2fa6c86b7..e78cfc9f479 100644 --- a/graphics/hp2xx/patches/patch-ad +++ b/graphics/hp2xx/patches/patch-ad @@ -1,11 +1,13 @@ -$NetBSD: patch-ad,v 1.3 2000/08/31 12:37:02 dmcmahill Exp $ +$NetBSD: patch-ad,v 1.4 2004/11/28 15:12:11 dmcmahill Exp $ ---- getopt.c.orig Wed Jan 26 08:03:28 2000 -+++ getopt.c Thu Aug 31 07:52:58 2000 -@@ -57,4 +57,6 @@ +--- getopt.c.orig Sat Jun 21 15:31:51 2003 ++++ getopt.c +@@ -56,6 +56,8 @@ void Eprintf(const char *, ...); + #endif #include <stdio.h> +#include <stdlib.h> +#include <string.h> /* Comment out all this code if we are using the GNU C Library, and are not + actually compiling the library itself. This code is part of the GNU C |