]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
[defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
authorTim Rice <tim@multitalents.net>
Thu, 18 Jul 2002 16:31:51 +0000 (09:31 -0700)
committerTim Rice <tim@multitalents.net>
Thu, 18 Jul 2002 16:31:51 +0000 (09:31 -0700)
ChangeLog
defines.h

index 6aeb6f18ffb0f4933849e5a80dc209d9b0bdcc30..86050bb8f668e699ce83826f958606283d1a7873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
  - (bal) aixbff package updated by dtucker@zip.com.au
  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
    for autoconf 2.53. Based on a patch by jrj@purdue.edu
+ - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
 
 20020716
  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2373 2002/07/18 02:20:07 tim Exp $
+$Id: ChangeLog,v 1.2374 2002/07/18 16:31:51 tim Exp $
index b87dbc51e3254971f55e5ab369b74a1d6df89db5..d8e9c757a050fa96f595832ae1b1353f617d5b6f 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
 #ifndef _DEFINES_H
 #define _DEFINES_H
 
-/* $Id: defines.h,v 1.92 2002/06/24 16:26:49 stevesk Exp $ */
+/* $Id: defines.h,v 1.93 2002/07/18 16:31:52 tim Exp $ */
 
 
 /* Constants */
@@ -102,7 +102,7 @@ SCO Open Server 3 has INADDR_LOOPBACK defined in rpc/rpc.h but
 including rpc/rpc.h breaks Solaris 6
 */
 #ifndef INADDR_LOOPBACK
-#define INADDR_LOOPBACK ((ulong)0x7f000001)
+#define INADDR_LOOPBACK ((u_long)0x7f000001)
 #endif
 
 /* Types */