Robert Watson
|
20ef44d423
|
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 |
|
Robert Watson
|
2d7142bf0d
|
In refactoring the test before committing, a pointer was passed instead
of a structure for the sockaddr_in. Pass the pointer to connect()
instead of the pointer to the pointer.
Specify a port number to connect to.
|
2005-01-16 15:01:28 +00:00 |
|
Robert Watson
|
81cfeee7bf
|
Add udpconnectjail, a simple regression test to exercise an (as yet)
unfixed bug in the jail() implementation relating to using the connect()
system call on UDP sockets.
PR: 26506
|
2005-01-16 13:05:32 +00:00 |
|