]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 27 Feb 2008 23:47:06 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 27 Feb 2008 23:47:06 +0000 (23:47 +0000)
lib/bind/port_after.h.in
lib/bind/port_before.h.in

index ef626309cdc6829db5527380756f0b1f039dbb87..7ee38444e52b03d0a430de7f4b0553601e5a9a4f 100644 (file)
@@ -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
 
index a8f388a822f2c09f967d361559631545ba83b22c..ce668253af2d5c0780aad4ddee4a67cf86cf76d2 100644 (file)
@@ -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)