runningwater 308c5fdd6a first commit 4 gadi atpakaļ
..
README 308c5fdd6a first commit 4 gadi atpakaļ
TODO 308c5fdd6a first commit 4 gadi atpakaļ
buffers.c 308c5fdd6a first commit 4 gadi atpakaļ
cliopen.c 308c5fdd6a first commit 4 gadi atpakaļ
crlf.c 308c5fdd6a first commit 4 gadi atpakaļ
error.c 308c5fdd6a first commit 4 gadi atpakaļ
loop.c 308c5fdd6a first commit 4 gadi atpakaļ
looptcp.c 308c5fdd6a first commit 4 gadi atpakaļ
loopudp.c 308c5fdd6a first commit 4 gadi atpakaļ
main.c 308c5fdd6a first commit 4 gadi atpakaļ
multicast.c 308c5fdd6a first commit 4 gadi atpakaļ
ourhdr.h 308c5fdd6a first commit 4 gadi atpakaļ
pattern.c 308c5fdd6a first commit 4 gadi atpakaļ
servopen.c 308c5fdd6a first commit 4 gadi atpakaļ
sinktcp.c 308c5fdd6a first commit 4 gadi atpakaļ
sinkudp.c 308c5fdd6a first commit 4 gadi atpakaļ
sleepus.c 308c5fdd6a first commit 4 gadi atpakaļ
sock.h 308c5fdd6a first commit 4 gadi atpakaļ
sock.in 308c5fdd6a first commit 4 gadi atpakaļ
sockopts.c 308c5fdd6a first commit 4 gadi atpakaļ
sourceroute.c 308c5fdd6a first commit 4 gadi atpakaļ
sourcesink.c 308c5fdd6a first commit 4 gadi atpakaļ
sourcetcp.c 308c5fdd6a first commit 4 gadi atpakaļ
sourceudp.c 308c5fdd6a first commit 4 gadi atpakaļ
strerror.c 308c5fdd6a first commit 4 gadi atpakaļ
tellwait.c 308c5fdd6a first commit 4 gadi atpakaļ
write.c 308c5fdd6a first commit 4 gadi atpakaļ
writen.c 308c5fdd6a first commit 4 gadi atpakaļ

README

The source files in this directory are all copyrighted (c) 1993 by
W. Richard Stevens.

This source files in this directory assume tab stops every 4 positions,
not every 8 (the default). Just ":set tabstop=4" in vi, for example.

If your system doesn't define the POSIX.1 ssize_t data type, then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system's doesn't define the variables for getopt(),
then delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system doesn't support send() and recv() (e.g., OSF/1) then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".