mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
$NetBSD: patch-ag,v 1.1 2005/12/18 22:02:35 joerg Exp $
|
|
|
|
--- hose.c.orig 2005-12-18 21:54:03.000000000 +0000
|
|
+++ hose.c
|
|
@@ -86,7 +86,6 @@ unsigned delay=5; /* how long to wait b
|
|
int shutdn=0; /* should we fork, wait and shutdown? */
|
|
char *localport=NULL; /* local port name */
|
|
char *localaddr=NULL; /* local internet address */
|
|
-extern int errno;
|
|
|
|
|
|
int name_to_inet_port();
|