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 support compat ioctl's (OOOOOlalaSIO...
details: https://anonhg.NetBSD.org/src/rev/e3aa9c638367
branches: trunk
changeset: 758549:e3aa9c638367
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Nov 07 19:47:18 2010 +0000
description:
support compat ioctl's (OOOOOlalaSIOC stuff)
diffstat:
sys/rump/net/lib/libnet/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r e1eac854db09 -r e3aa9c638367 sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile Sun Nov 07 19:45:06 2010 +0000
+++ b/sys/rump/net/lib/libnet/Makefile Sun Nov 07 19:47:18 2010 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2009/12/12 17:10:19 pooka Exp $
+# $NetBSD: Makefile,v 1.8 2010/11/07 19:47:18 pooka Exp $
#
-.PATH: ${.CURDIR}/../../../../net
+.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
LIB= rumpnet_net
# iffy stuff
SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \
if_media.c link_proto.c net_stats.c if_ethersubr.c
+SRCS+= if_43.c uipc_syscalls_50.c
SRCS+= component.c
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
+CPPFLAGS+= -DCOMPAT_OIFREQ -DCOMPAT_OIFDATA
.include "${.CURDIR}/../libnetinet/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index