mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
$NetBSD: patch-af,v 1.1 2006/03/22 21:22:09 joerg Exp $
|
|
|
|
--- gopher/globals.h.orig 2006-03-22 21:15:44.000000000 +0000
|
|
+++ gopher/globals.h
|
|
@@ -156,10 +156,6 @@ EXTERN char *Gopenfile INIT(NULL);
|
|
EXTERN GopherDirObj *setlocale_LangDir INIT(NULL);
|
|
#endif
|
|
|
|
-#ifndef VMS
|
|
-extern int errno;
|
|
-#endif
|
|
-
|
|
/*** Externals ***/
|
|
|
|
#ifndef VMS
|