mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
$NetBSD: patch-ag,v 1.1 2006/03/22 21:22:09 joerg Exp $
|
|
|
|
--- gopher/gopher.c.orig 2006-03-22 21:17:00.000000000 +0000
|
|
+++ gopher/gopher.c
|
|
@@ -1256,7 +1256,6 @@ extern int h_errno;
|
|
extern int sys_nerr;
|
|
extern char *sys_errlist[];
|
|
#endif
|
|
-extern int errno;
|
|
#endif
|
|
|
|
void check_sock(int sockfd, char *host, int port)
|