summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/patches/patch-ag')
-rw-r--r--shells/scsh/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/scsh/patches/patch-ag b/shells/scsh/patches/patch-ag
new file mode 100644
index 00000000000..cb92e69c6dc
--- /dev/null
+++ b/shells/scsh/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.5 2005/11/10 22:48:07 joerg Exp $
+
+--- scsh/fdports1.c.orig 2005-11-10 22:27:01.000000000 +0000
++++ scsh/fdports1.c
+@@ -29,8 +29,6 @@
+ /* Make sure our exports match up w/the implementation: */
+ #include "fdports1.h"
+
+-extern int errno;
+-
+ static char const *fdes_modestr(int fd)
+ {
+ int flags = fcntl(fd,F_GETFL);