summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ag
blob: cb92e69c6dcdb0f16ef9ba5da21534ab586d480b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);