Subject: COMPAT_IBCS2 compile fail in -current
To: None <port-i386@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: port-i386
Date: 04/20/2001 00:48:10
Hi,

I had to make the following change to compile with COMPAT_IBCS2
enabled:

RCS file: /net/swamp/zeug/netbsd-rsync/main/syssrc/sys/compat/ibcs2/ibcs2_ioctl.c,v
retrieving revision 1.21
diff -u -p -r1.21 ibcs2_ioctl.c
--- ibcs2/ibcs2_ioctl.c 2001/01/18 20:28:25     1.21
+++ ibcs2/ibcs2_ioctl.c 2001/03/31 19:03:36
@@ -55,6 +55,7 @@
 #include <sys/wait.h>
 #include <sys/utsname.h>
 #include <sys/unistd.h>
+#include <sys/ioctl_compat.h>
 
 #include <net/if.h>
 #include <sys/syscallargs.h>


regards,
chris