From bf6f755a74e24441e96a110b3c8d11cfe2ed0da7 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 28 Apr 2000 16:55:58 +0000 Subject: [PATCH] does not need . --- CHANGES | 2 ++ lib/isc/include/isc/magic.h | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 50010b597a..03a9003264 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 125. [cleanup] does not need . + 124. [func] signer now imports parent's zone key signature and creates null keys/sets zone status bit for children when necessary diff --git a/lib/isc/include/isc/magic.h b/lib/isc/include/isc/magic.h index 31d58be0a1..e323b0075b 100644 --- a/lib/isc/include/isc/magic.h +++ b/lib/isc/include/isc/magic.h @@ -16,14 +16,8 @@ */ #ifndef ISC_MAGIC_H -#define ISC_MAGIC_H - -#include - -ISC_LANG_BEGINDECLS +#define ISC_MAGIC_H 1 #define ISC_MAGIC_VALID(a,b) (((a) != NULL) && ((a)->magic == (b))) -ISC_LANG_ENDDECLS - #endif /* ISC_MAGIC_H */