mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
$NetBSD: patch-ad,v 1.1 2005/12/09 11:48:11 joerg Exp $
|
|
|
|
--- misc/file.c.orig 2005-12-09 11:37:31.000000000 +0000
|
|
+++ misc/file.c
|
|
@@ -90,10 +90,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg
|
|
#define inline __inline
|
|
#endif
|
|
|
|
-
|
|
-extern int errno;
|
|
-
|
|
-
|
|
int
|
|
isfname (int c)
|
|
{
|