Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libnet COMPAT_OIF{DATA, REQ} are defined by ...



details:   https://anonhg.NetBSD.org/src/rev/3ade56ee1b46
branches:  trunk
changeset: 337676:3ade56ee1b46
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Apr 23 07:56:03 2015 +0000

description:
COMPAT_OIF{DATA,REQ} are defined by compat/sys/sockio.h if need be,
don't define them here unconditionally.

diffstat:

 sys/rump/net/lib/libnet/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 84930c7ee247 -r 3ade56ee1b46 sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Thu Apr 23 07:55:24 2015 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Thu Apr 23 07:56:03 2015 +0000
@@ -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 @@
 .endif
 
 CPPFLAGS+=     -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
-CPPFLAGS+=     -DCOMPAT_OIFREQ -DCOMPAT_OIFDATA
 
 .include "${.CURDIR}/../libnetinet/Makefile.inc"
 .include "${.CURDIR}/../libnetinet6/Makefile.inc"



Home | Main Index | Thread Index | Old Index