Click on one of the files below to view it in your browser.

Shift-click to download it.

      Name                    Last modified       Size  Description

[DIR] Parent Directory 05-Jan-2004 08:31 - [   ] a2ts.c 21-May-2003 18:07 2k [   ] convertlinux 21-May-2003 18:07 1k [   ] convertlinux.ed 21-May-2003 18:07 1k [   ] convertmac 21-May-2003 18:07 1k [   ] convertmac.ed 21-May-2003 18:07 1k [   ] getpacket.c 21-May-2003 18:07 1k [   ] makefile 21-May-2003 18:07 1k [   ] ntpvm.h 21-May-2003 18:07 1k [   ] putpacket.c 21-May-2003 18:07 1k [   ] restart.c 21-May-2003 18:07 6k [   ] restart.h 21-May-2003 18:07 1k [   ] rlogging.c 21-May-2003 18:07 11k [   ] rlogging.h 21-May-2003 18:07 1k [   ] testpacket.c 21-May-2003 18:07 1k [   ] ts2a.c 21-May-2003 18:07 1k [   ] ts2log.c 21-May-2003 18:07 1k [   ] uici.c 21-May-2003 18:07 4k [   ] uici.h 21-May-2003 18:07 1k [   ] uiciname.c 21-May-2003 18:07 4k [   ] uiciname.h 21-May-2003 18:07 1k

This file contains information about compiling the programs from Chapter 17
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.