21f664b7fa
Depend on errno.h for errno.
13 lines
342 B
Text
13 lines
342 B
Text
$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);
|