From b159717785a170719cde784eaaa2a6353368e934 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Aug 2007 12:21:34 +0000 Subject: r24350: Remove offsetof() replacement to see if there are actually any hosts that don't have it. (This used to be commit b37d86242de1ee82b0cd760d965f8ad37a83cf09) --- source4/lib/replace/README | 1 - source4/lib/replace/replace.h | 4 ---- 2 files changed, 5 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/replace/README b/source4/lib/replace/README index e7b89936c0..77558b2ca9 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -92,7 +92,6 @@ ZERO_STRUCTPN ZERO_ARRAY ARRAY_SIZE PTR_DIFF -offsetof Headers: stdint.h diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index e827719951..06173bd84b 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -52,10 +52,6 @@ #define QSORT_CAST (int (*)(const void *, const void *)) #endif -#ifndef offsetof -#define offsetof(t,f) ((unsigned int)&((t *)0)->f) -#endif - #ifdef HAVE_STDINT_H #include /* force off HAVE_INTTYPES_H so that roken doesn't try to include both, -- cgit