]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 11 Jul 2017 01:47:26 +0000 (01:47 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 11 Jul 2017 01:47:26 +0000 (01:47 +0000)
bin/named/client.c
lib/isc/include/isc/socket.h
lib/isc/unix/socket.c

index e541edc6c1f6fd0b1bb9d246cfaf7f07066d9da1..227b4fe1ce982de689ec8d48b573c8162a8a8bd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2017  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 4916674a8c635c2eeb095727334ac9554f0674ab..465d86189931436d4179c45f5a861f7b1e8c9006 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 2d89f191bdbb1dd4eb6c6fbbe49c8bf0f84041b8..edf1419dc26eaf2ff40f73c2b8b545c544bc63aa 100644 (file)
@@ -1434,7 +1434,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev,
                cmsgp->cmsg_len = cmsg_len(sizeof(struct in6_pktinfo));
                pktinfop = (struct in6_pktinfo *)CMSG_DATA(cmsgp);
                memmove(pktinfop, &dev->pktinfo, sizeof(struct in6_pktinfo));
-       } 
+       }
 #endif
 
 #if defined(IPV6_USE_MIN_MTU)