summaryrefslogtreecommitdiffstats
path: root/defines.h
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 /defines.h
parente22be3b11ea1e5cb349665a3cbc57bc564f39ad7 (diff)
[defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.h b/defines.h
index b87dbc51..d8e9c757 100644
--- 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 */