diff options
Diffstat (limited to 'devel/rpc2/patches/patch-aa')
-rw-r--r-- | devel/rpc2/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/rpc2/patches/patch-aa b/devel/rpc2/patches/patch-aa new file mode 100644 index 00000000000..6fea31c838e --- /dev/null +++ b/devel/rpc2/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1 2001/05/31 22:52:17 jlam Exp $ + +--- fail/parser.c.orig Mon Jan 31 17:23:07 2000 ++++ fail/parser.c Wed May 30 14:40:41 2001 +@@ -30,10 +30,7 @@ + + #define READLINE_LIBRARY + #include <readline/readline.h> +- +-extern void using_history(); +-extern void stifle_history(int); +-extern void add_history(char *); ++#include <readline/history.h> + + #ifdef __cplusplus + } |