cb824561e6
returns success for various socket types. It's easy to imagine this being enhanced to validate the returned data, but...
10 lines
71 B
Makefile
10 lines
71 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= fstat
|
|
NO_MAN=
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|