Module Name: src
Committed By: pooka
Date: Thu Apr 23 07:56:03 UTC 2015
Modified Files:
src/sys/rump/net/lib/libnet: Makefile
Log Message:
COMPAT_OIF{DATA,REQ} are defined by compat/sys/sockio.h if need be,
don't define them here unconditionally.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/net/lib/libnet/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/net/lib/libnet/Makefile
diff -u src/sys/rump/net/lib/libnet/Makefile:1.21 src/sys/rump/net/lib/libnet/Makefile:1.22
--- src/sys/rump/net/lib/libnet/Makefile:1.21 Wed Apr 22 17:57:49 2015
+++ src/sys/rump/net/lib/libnet/Makefile Thu Apr 23 07:56:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/04/22 17:57:49 pooka Exp $
+# $NetBSD: Makefile,v 1.22 2015/04/23 07:56:03 pooka Exp $
#
.include <bsd.init.mk>
@@ -18,7 +18,6 @@ SRCS+= rtsock_50.c uipc_syscalls_50.c
.endif
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
-CPPFLAGS+= -DCOMPAT_OIFREQ -DCOMPAT_OIFDATA
.include "${.CURDIR}/../libnetinet/Makefile.inc"
.include "${.CURDIR}/../libnetinet6/Makefile.inc"