summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--defines.h10
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a59f591aa..6b67afe64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120040126 120040126
2 - (tim) Typo in regress/README.regress 2 - (tim) Typo in regress/README.regress
3 - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated. 3 - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
4 - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
4 5
520040124 620040124
6 - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com 7 - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
@@ -1733,4 +1734,4 @@
1733 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1734 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1734 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1735 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1735 1736
1736$Id: ChangeLog,v 1.3189 2004/01/26 22:10:10 tim Exp $ 1737$Id: ChangeLog,v 1.3190 2004/01/27 00:02:17 tim Exp $
diff --git a/defines.h b/defines.h
index 18d8995db..31bb9a3cb 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.107 2004/01/08 12:32:04 dtucker Exp $ */ 28/* $Id: defines.h,v 1.108 2004/01/27 00:02:17 tim Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -133,6 +133,14 @@ including rpc/rpc.h breaks Solaris 6
133#define __unused 133#define __unused
134#endif 134#endif
135 135
136#ifndef HFIXEDSZ
137#define HFIXEDSZ 12
138#endif
139
140#ifndef T_SIG
141#define T_SIG 24
142#endif
143
136/* Types */ 144/* Types */
137 145
138/* If sys/types.h does not supply intXX_t, supply them ourselves */ 146/* If sys/types.h does not supply intXX_t, supply them ourselves */