diff options
author | 2004-02-23 20:13:33 +0000 | |
---|---|---|
committer | 2004-02-23 20:13:33 +0000 | |
commit | 598e3778ec31e0a363e9a7c9e9ff26e9fb6c681c (patch) | |
tree | 5a593b91ecb044a516923fb1a23570bdc42bd318 | |
parent | remove time_t related crud; henning ok (diff) | |
download | wireguard-openbsd-598e3778ec31e0a363e9a7c9e9ff26e9fb6c681c.tar.xz wireguard-openbsd-598e3778ec31e0a363e9a7c9e9ff26e9fb6c681c.zip |
scratch the PTRSIZE64 define, the gunk that was using it was in some of the
files killed in the last hour
-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 |