This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-13 07:44:48 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
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-03 23:46:35 -04:00
#
# $FreeBSD$
#
PROG
=
socketpair
Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core
2004-12-21 03:47:35 -05:00
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 07:51:14 -04: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-03 23:46:35 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink