freebsd-nq/tools/regression/sockets/pr_atomic/Makefile
Bruce M Simpson a86ec33820 Drop all received data mbufs from a socket's queue if the MT_SONAME
mbuf is dropped, to preserve the invariant in the PR_ADDR case.

Add a regression test to detect this condition, but do not hook it
up to the build for now.

PR:             kern/38495
Submitted by:   James Juran
Reviewed by:    sam, rwatson
Obtained from:  NetBSD
MFC after:      2 weeks
2006-12-23 21:07:07 +00:00

8 lines
71 B
Makefile

# $FreeBSD$
PROG= pr_atomic
NO_MAN=
WARNS?= 3
.include <bsd.prog.mk>