Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/compat/ibcs2 newed -DCOMPAT_IBCS2 now.



details:   https://anonhg.NetBSD.org/src/rev/2b924b1538d9
branches:  trunk
changeset: 551807:2b924b1538d9
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 12 13:01:57 2003 +0000

description:
newed -DCOMPAT_IBCS2 now.

diffstat:

 sys/lkm/compat/ibcs2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f28dbe16888a -r 2b924b1538d9 sys/lkm/compat/ibcs2/Makefile
--- a/sys/lkm/compat/ibcs2/Makefile     Fri Sep 12 12:59:34 2003 +0000
+++ b/sys/lkm/compat/ibcs2/Makefile     Fri Sep 12 13:01:57 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 2002/11/23 02:15:47 lha Exp $
+#      $NetBSD: Makefile,v 1.6 2003/09/12 13:01:57 christos Exp $
 
 .include "../Makefile.inc"
 
 .PATH: $S/compat/ibcs2 $S/arch/${MACHINE}/${MACHINE}
 
-CPPFLAGS+= -DCOMPAT_SVR4 -DSYSVSEM -DSYSVMSG -DSYSVSHM -DSVR4_COMPAT_SOLARIS2
+CPPFLAGS+= -DCOMPAT_IBCS2 -DCOMPAT_SVR4 -DSYSVSEM -DSYSVMSG -DSYSVSHM -DSVR4_COMPAT_SOLARIS2
 AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE \
                -I. -I${S}
 



Home | Main Index | Thread Index | Old Index