blob: 699ef2d6f667e6acfd0032ef503d158f301b5b97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.1.1.1 1999/11/23 07:42:25 rh Exp $
--- main.c.orig Fri Feb 7 04:28:15 1997
+++ main.c Mon Nov 22 10:24:20 1999
@@ -35,6 +35,7 @@
#ifdef SYSV
#include <fcntl.h>
#endif
+#include <unistd.h>
#include "xmond.h"
#include "select_args.h"
@@ -76,7 +77,6 @@
#endif
extern char *getenv();
-extern int gethostname P((char *name, int namelen ));
/* end function prototypes */
|