blob: 1f47c98771dbf4a4dcadf849390c7f293c09874f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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();
|