Subject: genassym.cf problem
To: None <port-m68k@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-m68k
Date: 03/12/2001 21:58:49
Hi,
I need this to build --- some of the other m68k ports are missing the
conditional, too.
Regards,
-is
jocelyn amiga !% cvs diff -u genassym.cf
Index: genassym.cf
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/amiga/amiga/genassym.cf,v
retrieving revision 1.14
diff -u -r1.14 genassym.cf
--- genassym.cf 2000/11/21 13:54:13 1.14
+++ genassym.cf 2001/03/12 20:57:23
@@ -35,7 +35,9 @@
# @(#)genassym.c 8.3 (Berkeley) 1/4/94
#
+if defined(_KERNEL) && !defined(_LKM)
include "opt_compat_svr4.h"
+endif
include <sys/param.h>
include <sys/buf.h>