Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k/luna68k Only include opt_compat_svr4.h ifde...



details:   https://anonhg.NetBSD.org/src/rev/12dc0218e348
branches:  trunk
changeset: 525597:12dc0218e348
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Apr 13 14:20:29 2002 +0000

description:
Only include opt_compat_svr4.h ifdef _KERNEL_OPT.

diffstat:

 sys/arch/luna68k/luna68k/genassym.cf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7a78525a3f7a -r 12dc0218e348 sys/arch/luna68k/luna68k/genassym.cf
--- a/sys/arch/luna68k/luna68k/genassym.cf      Sat Apr 13 13:44:48 2002 +0000
+++ b/sys/arch/luna68k/luna68k/genassym.cf      Sat Apr 13 14:20:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.4 2000/11/21 13:54:14 tsutsui Exp $
+#      $NetBSD: genassym.cf,v 1.5 2002/04/13 14:20:29 bjh21 Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -35,7 +35,9 @@
 #      @(#)genassym.c  8.3 (Berkeley) 1/4/94
 #
 
+ifdef _KERNEL_OPT
 include "opt_compat_svr4.h"
+endif
 
 include <sys/param.h>
 include <sys/buf.h>



Home | Main Index | Thread Index | Old Index