aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/hp9000.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/hp9000.h')
-rw-r--r--bfd/hosts/hp9000.h7
1 files changed, 2 insertions, 5 deletions
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 <memory.h>
#define bcmp(b1,b2,len) memcmp(b1,b2,len)