9d3f3e9711
on socket buffers is interruptible or not, which detacts the regression I introduced recently in 7-CURRENT (spotted by alfred). This test passes in older -CURRENT, and with the as-yet uncommitted sx_xlock_sig and sblock fix patches.
10 lines
72 B
Makefile
10 lines
72 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sblock
|
|
NO_MAN=
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|