Subject: make build fails
To: None <current-users@netbsd.org>
From: Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>
List: current-users
Date: 02/08/1999 01:24:42
Hi,
Doing "make build" on an i386 with Sundays sources fails on bin/pax.
Here is a fix:
--- extern.h.orig Thu Jan 21 13:05:05 1999
+++ extern.h Mon Feb 8 00:53:20 1999
@@ -179,7 +179,7 @@
extern char *chdir_dir;
void options __P((int, char **));
OPLIST * opt_next __P((void));
-int opt_add __P((char *));
+int opt_add __P((const char *));
int bad_opt __P((void));
/*