mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
$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);
|