mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
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
7 lines
71 B
Makefile
7 lines
71 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pr_atomic
|
|
NO_MAN=
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|