summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-18 09:31:51 -0700
committerTim Rice <tim@multitalents.net>2002-07-18 09:31:51 -0700
commitb8b23047f84094815d93febb41454c34666f9dd0 (patch)
treec36c1283e42c8ed15eff5378c2099b904d9410e1
parente22be3b11ea1e5cb349665a3cbc57bc564f39ad7 (diff)
[defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
-rw-r--r--ChangeLog3
-rw-r--r--defines.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aeb6f18f..86050bb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
2 - (bal) aixbff package updated by dtucker@zip.com.au 2 - (bal) aixbff package updated by dtucker@zip.com.au
3 - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests 3 - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
4 for autoconf 2.53. Based on a patch by jrj@purdue.edu 4 for autoconf 2.53. Based on a patch by jrj@purdue.edu
5 - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
5 6
620020716 720020716
7 - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found 8 - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
@@ -1382,4 +1383,4 @@
1382 - (stevesk) entropy.c: typo in debug message 1383 - (stevesk) entropy.c: typo in debug message
1383 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1384 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1384 1385
1385$Id: ChangeLog,v 1.2373 2002/07/18 02:20:07 tim Exp $ 1386$Id: ChangeLog,v 1.2374 2002/07/18 16:31:51 tim Exp $
diff --git a/defines.h b/defines.h
index b87dbc51e..d8e9c757a 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
1#ifndef _DEFINES_H 1#ifndef _DEFINES_H
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* $Id: defines.h,v 1.92 2002/06/24 16:26:49 stevesk Exp $ */ 4/* $Id: defines.h,v 1.93 2002/07/18 16:31:52 tim Exp $ */
5 5
6 6
7/* Constants */ 7/* Constants */
@@ -102,7 +102,7 @@ SCO Open Server 3 has INADDR_LOOPBACK defined in rpc/rpc.h but
102including rpc/rpc.h breaks Solaris 6 102including rpc/rpc.h breaks Solaris 6
103*/ 103*/
104#ifndef INADDR_LOOPBACK 104#ifndef INADDR_LOOPBACK
105#define INADDR_LOOPBACK ((ulong)0x7f000001) 105#define INADDR_LOOPBACK ((u_long)0x7f000001)
106#endif 106#endif
107 107
108/* Types */ 108/* Types */