Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cbosgd.UUCP Path: utzoo!linus!philabs!seismo!harpo!ihnp4!cbosgd!mark From: mark@cbosgd.UUCP (Mark Horton) Newsgroups: net.bugs.4bsd Subject: time.h is gone in 4.2BSD Message-ID: <817@cbosgd.UUCP> Date: Tue, 10-Jan-84 21:34:59 EST Article-I.D.: cbosgd.817 Posted: Tue Jan 10 21:34:59 1984 Date-Received: Wed, 11-Jan-84 08:22:25 EST Distribution: net Organization: AT&T Bell Laboratories, Columbus Lines: 15 The standard include line #include which every program in the world has used since V7, and which works in every other version of UNIX, does not work in 4.2BSD, because the file has been moved to . This makes it nearly impossible to write a program that works both on 4.2BSD and other versions of UNIX. Fix: ln /usr/include/sys/time.h /usr/include/time.h Comments: In future code I touch, such as netnews, I will assume this link has been made. If you aren't a superuser, you can settle for echo '#include ' > ./time.h