From b99d080717fdd741961d736581270d37bad8bec0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 28 Apr 2000 23:53:55 +0000 Subject: [PATCH] 141. [cleanup] does not need or . --- CHANGES | 3 +++ lib/isc/unix/include/isc/stdtime.h | 7 ++----- lib/isc/win32/include/isc/stdtime.h | 9 +++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 826edb5e84..b45e2bdd61 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 142. [cleanup] does not need or + . + 141. [bug] Corrupt requests with multiple questions could cause an assertion failure. diff --git a/lib/isc/unix/include/isc/stdtime.h b/lib/isc/unix/include/isc/stdtime.h index f79221e857..27aa839146 100644 --- a/lib/isc/unix/include/isc/stdtime.h +++ b/lib/isc/unix/include/isc/stdtime.h @@ -18,13 +18,8 @@ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 -#include - #include #include -#include - -ISC_LANG_BEGINDECLS /* * It's public information that 'isc_stdtime_t' is an unsigned integral type. @@ -33,6 +28,8 @@ ISC_LANG_BEGINDECLS */ typedef isc_uint32_t isc_stdtime_t; +ISC_LANG_BEGINDECLS + void isc_stdtime_get(isc_stdtime_t *t); /* diff --git a/lib/isc/win32/include/isc/stdtime.h b/lib/isc/win32/include/isc/stdtime.h index 34764ac903..01405dca42 100644 --- a/lib/isc/win32/include/isc/stdtime.h +++ b/lib/isc/win32/include/isc/stdtime.h @@ -15,18 +15,13 @@ * SOFTWARE. */ -/* $Id: stdtime.h,v 1.3 2000/02/03 23:08:13 halley Exp $ */ +/* $Id: stdtime.h,v 1.4 2000/04/28 23:53:55 tale Exp $ */ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 -#include - #include #include -#include - -ISC_LANG_BEGINDECLS /* * It's public information that 'isc_stdtime_t' is an unsigned integral type. @@ -35,6 +30,8 @@ ISC_LANG_BEGINDECLS */ typedef isc_uint32_t isc_stdtime_t; +ISC_LANG_BEGINDECLS + void isc_stdtime_get(isc_stdtime_t *t); /*