diff options
author | John Gilmore <gnu@cygnus> | 1991-10-17 06:04:35 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-17 06:04:35 +0000 |
commit | b271fff21f5175e888041e3cd0c7b88fe8896b5d (patch) | |
tree | b64aa2068a3e153473b4211afa8ffd86ee0de506 /bfd/hosts | |
parent | 785ce19c33afabde2eeda228aaf8cb0da873c44c (diff) | |
download | gdb-b271fff21f5175e888041e3cd0c7b88fe8896b5d.zip gdb-b271fff21f5175e888041e3cd0c7b88fe8896b5d.tar.gz gdb-b271fff21f5175e888041e3cd0c7b88fe8896b5d.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/i386v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index fe6e2fb..657ec68 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -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> |