summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 11:08:49 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 11:08:49 +0000
commitf6dbeb1d383fd68348dfb2092ff02401261cd338 (patch)
tree5e2de86914958962f4031e7a502a1f04ef6cc0ed /zwgc
parent671ad72a6bc9a865d1a2cf1faf8657bfbb02918d (diff)
SunOS also doesn't have ulong.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/ulong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/ulong.h b/zwgc/ulong.h
index 6a3275a..4f645ad 100644
--- a/zwgc/ulong.h
+++ b/zwgc/ulong.h
@@ -17,7 +17,7 @@
#include <sys/types.h>
-#if defined(ultrix) || defined(vax)
+#if defined(ultrix) || defined(vax) || defined(SUNOS)
typedef unsigned long ulong;
#endif