mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
581f1f9421
various types, as well as pipes and fifos for good measure. RELENG_6 currently passes all of these tests, but 7-CURRENT fails 0-byte writes and sends on all stream socket types (and fifos, as they are based on stream sockets). Bumped into by: peter Diagnosed by: jhb Problem of: andre
8 lines
70 B
Makefile
8 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= zerosend
|
|
NO_MAN=
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|