From 06d0bdef536c1f089b1b340a35e7b962bfc051b6 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 11 Oct 1991 10:41:22 +0000 Subject: * hosts/h-amix.h, h-i386v.h: Define POSIX_UTIME, not USG. * hosts/h-hp9000.h: Remove USG comment. * hosts/h-rs6000.h: Include for malloc. * hosts/h-news.h, h-sparc-64.h: New config files that had previously been kludged in the file. --- bfd/hosts/hp9000.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bfd/hosts/hp9000.h') diff --git a/bfd/hosts/hp9000.h b/bfd/hosts/hp9000.h index 249a781..cbdb6d1 100644 --- a/bfd/hosts/hp9000.h +++ b/bfd/hosts/hp9000.h @@ -12,11 +12,8 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -/* - * Some things that need to be defined in order to make code written for - * BSD Unix compile under System V ("USG") Unix. This file should be - * conditionally included in the source. - */ +/* Some things that need to be defined in order to make code written for + BSD Unix compile under System V Unix. */ #include #define bcmp(b1,b2,len) memcmp(b1,b2,len) -- cgit v1.1