Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ipf/bin/iptest There is some very dubious code ...



details:   https://anonhg.NetBSD.org/src/rev/c6360ab62202
branches:  trunk
changeset: 783652:c6360ab62202
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Jan 02 18:41:49 2013 +0000

description:
There is some very dubious code to locate the values of
tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket.
so set CPPFLAGS+=      -D_KMEMUSER

diffstat:

 external/bsd/ipf/bin/iptest/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fe3c7309fb8a -r c6360ab62202 external/bsd/ipf/bin/iptest/Makefile
--- a/external/bsd/ipf/bin/iptest/Makefile      Wed Jan 02 18:12:57 2013 +0000
+++ b/external/bsd/ipf/bin/iptest/Makefile      Wed Jan 02 18:41:49 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2012/03/24 02:08:34 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2013/01/02 18:41:49 dsl Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -10,4 +10,8 @@
 CPPFLAGS+=     -I${.CURDIR}/../ipsend -I${NETBSDSRCDIR}/sys
 .PATH:         ${UDIST}/ipsend
 
+# There is some very dubious code to locate the values of
+# tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket.
+CPPFLAGS+=      -D_KMEMUSER
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index