diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | defines.h | 10 |
2 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20040126 | 1 | 20040126 |
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 | ||
5 | 20040124 | 6 | 20040124 |
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 $ |
@@ -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 */ |