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
This commit is contained in:
parent
597d5309a5
commit
3a052f167f
6
external/bsd/ipf/bin/iptest/Makefile
vendored
6
external/bsd/ipf/bin/iptest/Makefile
vendored
@ -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 @@ MAN= iptest.1
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user