This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
tools
/
regression
/
sockets
/
reconnect
/
Makefile
10 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add test which excersises problem with unability to change association of already associated datagram unix domain socket by issuing connect() system call.
2005-01-12 09:57:18 +00:00
#
# $FreeBSD$
#
PROG
=
reconnect
Style: NO_MAN doesn't need any value.
2006-03-15 10:46:38 +00:00
NO_MAN
=
Use WARNS?= instead of WARNS= in Makefiles so that global warning settings can override local ones. Pointed out by: ru
2005-01-22 22:42:39 +00:00
WARNS
?=
2
Add test which excersises problem with unability to change association of already associated datagram unix domain socket by issuing connect() system call.
2005-01-12 09:57:18 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink