mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 02:39:59 -04:00
update copyright notice
This commit is contained in:
parent
d30cacd81f
commit
8665a8cb0f
2 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <time.h> /* 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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue