summaryrefslogtreecommitdiff
path: root/lang/hugs/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hugs/patches/patch-ad')
-rw-r--r--lang/hugs/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/hugs/patches/patch-ad b/lang/hugs/patches/patch-ad
index 096de8ee3c8..24669482c9a 100644
--- a/lang/hugs/patches/patch-ad
+++ b/lang/hugs/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.3 2003/06/23 21:24:34 jtb Exp $
+$NetBSD: patch-ad,v 1.4 2005/11/03 22:35:53 rillig Exp $
---- ../input.c.orig
-+++ ../input.c
+--- src/input.c.orig
++++ src/input.c
@@ -313,7 +313,7 @@
static char *lineBuffer = NULL; /* getline() does the initial allocation */
#else