include file wrong

Trevor Paquette paquette at cpsc.ucalgary.ca
Wed Feb 22 07:20:45 AEST 1989


   I was working on a program that needs to read/write XDR format
files, and I came across a system include file that was wrong.
In "/usr/include/rpc/rpc.h" it says around line 15 that it wants
to include <netinet/in.h>.. which as the compiler will complain
about, DOES NOT EXIST.. at least at that path name.. the 
path of the include file that it wants is actually
"/usr/include/bsd/netinet/in.h".. two possible simple fixes..
make a sybolic link to /usr/include/bsd/netinet in /usr/include,
or go in and change <netinet/in.h> to <bsd/netinet/in.h>.
 I think that the first fix is probably more reasonable..
Hope this is fixed for the next release..

     Trev
==============================================================================
               Trevor Paquette/GraphicsLand, Calgary, Alberta                 
 ..uunet!{ubc-cs,utai,alberta}!calgary!paquette          ICBM:51 03 N/114 05 W
 calgary!paquette at cs.ubc.ca      Luminous beings we are, not this crude matter



More information about the Comp.sys.sgi mailing list