Shift-click to download it.
Name Last modified Size Description
Parent Directory 05-Jan-2004 08:31 -
client.c 21-May-2003 20:40 1k
client2.c 18-Nov-2003 07:24 1k
client_audio.c 21-May-2003 20:40 1k
convertlinux 21-May-2003 20:40 1k
convertlinux.ed 21-May-2003 20:40 1k
convertmac 21-May-2003 20:40 1k
convertmac.ed 21-May-2003 20:40 1k
copy2files.c 21-May-2003 20:40 1k
copyfile.c 21-May-2003 20:40 1k
hasvoice.c 21-May-2003 20:40 1k
makefile 21-Apr-2006 04:53 2k
reflectclient.c 21-May-2003 20:40 1k
reflectserver.c 21-May-2003 20:40 1k
restart.c 21-May-2003 20:40 6k
restart.h 21-May-2003 20:40 1k
server.c 21-May-2003 20:40 1k
server2.c 21-May-2003 20:40 2k
serverp.c 28-Oct-2005 06:49 2k
serverp2.c 28-Oct-2005 06:49 2k
u_accept.c 21-May-2003 20:40 1k
u_accept_r1.c 21-May-2003 20:40 1k
u_accept_r2.c 21-May-2003 20:40 1k
u_connect.c 21-May-2003 20:40 1k
u_open.c 21-May-2003 20:40 1k
uici.c 21-May-2003 20:40 4k
uici.h 21-May-2003 20:40 1k
uiciname.c 21-May-2003 20:40 4k
uiciname.h 21-May-2003 20:40 1k
This file contains information about compiling the programs from Chapter 18 of UNIX Systems Programming. Under Solaris: no changes needed. Under Linux: Compiling the programs under Linux typically requires that the constant _GNU_SOURCE be defined. Run the convertlinux program once to modify the makefile use this constant. Also, Linux does not need the -lsocket library. The convertlinux program removes this from makefile. Under Mac OS X: Mac OS X does not need either of the libraries -lsocket or -lnsl. Run the convertmac program once to remove these from the makefile. If you run the programs on another system and need to make modifications to make them work, please send email to authors@usp.cs.utsa.edu to let us know what you did.