summaryrefslogtreecommitdiff
path: root/math/pspp/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/patches/patch-aj')
-rw-r--r--math/pspp/patches/patch-aj12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/pspp/patches/patch-aj b/math/pspp/patches/patch-aj
deleted file mode 100644
index 3b173638674..00000000000
--- a/math/pspp/patches/patch-aj
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2002/06/28 08:00:29 agc Exp $
-
---- src/glob.c 2002/06/28 07:57:05 1.1
-+++ src/glob.c 2002/06/28 07:57:47
-@@ -44,6 +44,7 @@
-
- #if HAVE_LIBHISTORY
- #if HAVE_READLINE_HISTORY_H
-+#include <stdio.h>
- #include <readline/history.h>
- #else /* no readline/history.h */
- extern void using_history ();