Question on "#include <time.h>" vs "#include <sys/time.h>"

Chris Torek chris at umcp-cs.UUCP
Thu Mar 21 15:52:36 AEST 1985


(To refresh memories [RAS*]: the problem is that 4.2 moved various include
files from <foo.h> to <sys/foo.h>.)

How about this solution?  [Yes, yes, I realize it doesn't work when someone
*else* wants to run your code....]

	1 haigha # ln -s sys/time.h /usr/include/time.h
	2 haigha # ln -s sys/dir.h /usr/include/dir.h
	3 haigha #

Symbolic links do have their uses,
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251)
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.unix.wizards mailing list