summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:05:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:05:37 +0000
commita5a2648b81c9347c241c37e6cba78f1df47e9320 (patch)
treee395a395626de6cc4d40e3c1cfe6fef25ed62ec3 /openbsd-compat
parentd54d9382a48355294a6bb2e1e847e0a48fd8c19f (diff)
- (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
guessing rules)
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/bsd-cray.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h
index 9a15cb251..a09954f2f 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.7 2003/03/21 01:05:38 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 */