summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-01-26 16:02:17 -0800
committerTim Rice <tim@multitalents.net>2004-01-26 16:02:17 -0800
commitba1c2b82c47c6ebf6b79c639bc71e1d6f7dd5d26 (patch)
treef0180301490d2d933851c96f5d1c9207e99f561f
parenteafd8e9c5596a46d657ebb6aaaba8902ffbc8b8f (diff)
[defines.h] Add defines for HFIXEDSZ and T_SIG
-rw-r--r--ChangeLog3
-rw-r--r--defines.h10
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a59f591a..6b67afe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
20040126
- (tim) Typo in regress/README.regress
- (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
+ - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
20040124
- (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
@@ -1733,4 +1734,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3189 2004/01/26 22:10:10 tim Exp $
+$Id: ChangeLog,v 1.3190 2004/01/27 00:02:17 tim Exp $
diff --git a/defines.h b/defines.h
index 18d8995d..31bb9a3c 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.107 2004/01/08 12:32:04 dtucker Exp $ */
+/* $Id: defines.h,v 1.108 2004/01/27 00:02:17 tim Exp $ */
/* Constants */
@@ -133,6 +133,14 @@ including rpc/rpc.h breaks Solaris 6
#define __unused
#endif
+#ifndef HFIXEDSZ
+#define HFIXEDSZ 12
+#endif
+
+#ifndef T_SIG
+#define T_SIG 24
+#endif
+
/* Types */
/* If sys/types.h does not supply intXX_t, supply them ourselves */