]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use int instead of long for u_int32_t, since both are now 32 bits, but long might...
authorTed Lemon <source@isc.org>
Thu, 23 May 1996 22:24:48 +0000 (22:24 +0000)
committerTed Lemon <source@isc.org>
Thu, 23 May 1996 22:24:48 +0000 (22:24 +0000)
cf/sunos4.h
includes/cf/sunos4.h

index 1e8b849dc711a5ebccf6861f33f659172207ed80..dc7743eaae0c0cf4987db3a293fdcfd822ffc7ec 100644 (file)
 
 #define int8_t         char
 #define int16_t                short
-#define int32_t                long
+#define int32_t                int
 
 #define u_int8_t       unsigned char
 #define u_int16_t      unsigned short 
-#define u_int32_t      unsigned long 
+#define u_int32_t      unsigned int
 
 /* No endian.h either. */
 /*
index 1e8b849dc711a5ebccf6861f33f659172207ed80..dc7743eaae0c0cf4987db3a293fdcfd822ffc7ec 100644 (file)
 
 #define int8_t         char
 #define int16_t                short
-#define int32_t                long
+#define int32_t                int
 
 #define u_int8_t       unsigned char
 #define u_int16_t      unsigned short 
-#define u_int32_t      unsigned long 
+#define u_int32_t      unsigned int
 
 /* No endian.h either. */
 /*