diff options
Diffstat (limited to 'openbsd-compat/bsd-cray.h')
-rw-r--r-- | openbsd-compat/bsd-cray.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h index 9a15cb251..68947c92f 100644 --- a/openbsd-compat/bsd-cray.h +++ b/openbsd-compat/bsd-cray.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: bsd-cray.h,v 1.6 2003/01/27 21:15:11 mouring Exp $ | 2 | * $Id: bsd-cray.h,v 1.6.2.1 2003/03/21 01:07:45 mouring Exp $ |
3 | * | 3 | * |
4 | * bsd-cray.h | 4 | * bsd-cray.h |
5 | * | 5 | * |
@@ -49,8 +49,10 @@ extern char cray_tmpdir[]; /* cray tmpdir */ | |||
49 | #ifndef MAXHOSTNAMELEN | 49 | #ifndef MAXHOSTNAMELEN |
50 | #define MAXHOSTNAMELEN 64 | 50 | #define MAXHOSTNAMELEN 64 |
51 | #endif | 51 | #endif |
52 | #ifndef _CRAYT3E | ||
52 | #include <sys/ttold.h> | 53 | #include <sys/ttold.h> |
53 | #define TIOCGPGRP (tIOC|20) | 54 | #define TIOCGPGRP (tIOC|20) |
54 | #endif | 55 | #endif |
56 | #endif | ||
55 | 57 | ||
56 | #endif /* _BSD_CRAY_H */ | 58 | #endif /* _BSD_CRAY_H */ |