From 8665a8cb0f9d043e3382fe45a479860df91aedd7 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Wed, 27 Feb 2008 23:47:06 +0000 Subject: [PATCH] update copyright notice --- lib/bind/port_after.h.in | 6 +++--- lib/bind/port_before.h.in | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/bind/port_after.h.in b/lib/bind/port_after.h.in index ef626309cd..7ee38444e5 100644 --- a/lib/bind/port_after.h.in +++ b/lib/bind/port_after.h.in @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: port_after.h.in,v 1.58 2008/02/26 23:57:38 marka Exp $ */ +/* $Id: port_after.h.in,v 1.59 2008/02/27 23:47:06 tbox Exp $ */ #ifndef port_after_h #define port_after_h @@ -420,10 +420,10 @@ int isc__gettimeofday(struct timeval *tp, struct timezone *tzp); @NGR_R_CONST@ int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, - NGR_R_CONST char **domainp); + NGR_R_CONST char **domainp); #ifdef NGR_R_ARGS -int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, +int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, NGR_R_CONST char **domainp, NGR_R_ARGS); #endif diff --git a/lib/bind/port_before.h.in b/lib/bind/port_before.h.in index a8f388a822..ce668253af 100644 --- a/lib/bind/port_before.h.in +++ b/lib/bind/port_before.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: port_before.h.in,v 1.28 2008/02/26 23:57:38 marka Exp $ */ +/* $Id: port_before.h.in,v 1.29 2008/02/27 23:47:06 tbox Exp $ */ #ifndef port_before_h #define port_before_h @@ -34,8 +34,8 @@ struct timezone; /* silence warning */ #ifdef ISC_PLATFORM_NEEDTIMESPEC #include /* For time_t */ struct timespec { - time_t tv_sec; /* seconds */ - long tv_nsec; /* nanoseconds */ + time_t tv_sec; /* seconds */ + long tv_nsec; /* nanoseconds */ }; #endif #ifndef HAVE_MEMMOVE @@ -158,11 +158,11 @@ struct timespec { #define DE_CONST(konst, var) \ - do { \ - union { const void *k; void *v; } _u; \ - _u.k = konst; \ - var = _u.v; \ - } while (0) + do { \ + union { const void *k; void *v; } _u; \ + _u.k = konst; \ + var = _u.v; \ + } while (0) #define UNUSED(x) (x) = (x)