* hosts/h-tahoe.h: Add FASCIST_FDOPEN and NO_CORE_COMMAND; revamp HOST_*, etc.

* hosts/h-i386v.h:  Use <utime.h>, not <sys/utime.h>, unlike POSIX.
This commit is contained in:
John Gilmore 1991-10-17 06:04:35 +00:00
parent 785ce19c33
commit b271fff21f

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/utime.h>
#include <utime.h>
#include <ctype.h>
#include <string.h>
#include <sys/file.h>