a86ec33820
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
8 lines
71 B
Makefile
8 lines
71 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pr_atomic
|
|
NO_MAN=
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|