20 lines
405 B
Text
20 lines
405 B
Text
$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 */
|
|
|