diff options
Diffstat (limited to 'editors/joe/patches/patch-aa')
-rw-r--r-- | editors/joe/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/joe/patches/patch-aa b/editors/joe/patches/patch-aa new file mode 100644 index 00000000000..4374f713390 --- /dev/null +++ b/editors/joe/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.8 2005/12/09 15:04:19 joerg Exp $ + +--- b.c.orig 2005-12-09 14:54:06.000000000 +0000 ++++ b.c +@@ -47,7 +47,6 @@ static int selinux_enabled = -1; + + unsigned char stdbuf[stdsiz]; + +-extern int errno; + int guesscrlf = 0; + int guessindent = 0; + |