diff options
-rw-r--r-- | sbin/dhclient/osdep.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/dhclient/osdep.h b/sbin/dhclient/osdep.h index 59022fc8411..b89c2de762d 100644 --- a/sbin/dhclient/osdep.h +++ b/sbin/dhclient/osdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: osdep.h,v 1.10 2004/02/23 20:09:02 deraadt Exp $ */ +/* $OpenBSD: osdep.h,v 1.11 2004/02/23 20:13:33 henning Exp $ */ /* Operating system dependencies... */ @@ -66,11 +66,6 @@ extern int h_errno; #define EOL '\n' #define VOIDPTR void * - -#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) -#define PTRSIZE_64BIT -#endif - #if !defined (TIME_MAX) # define TIME_MAX 2147483647 #endif |