This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
tools
/
regression
/
sockets
/
socketpair
/
Makefile
10 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add minimal socketpair() regression test to confirm that we can create (and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
2004-08-04 03:46:35 +00:00
#
# $FreeBSD$
#
PROG
=
socketpair
Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core
2004-12-21 08:47:35 +00:00
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 11:51:14 +00:00
WARNS
?=
2
Add minimal socketpair() regression test to confirm that we can create (and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
2004-08-04 03:46:35 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink