]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 23 Sep 2008 23:45:31 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 23 Sep 2008 23:45:31 +0000 (23:45 +0000)
lib/isc/unix/socket.c

index 4edcde4661dcf38b0914f86db2f4528f4b5e6580..91f34e0bad0399b1c28ffc553647b99fc40e4e01 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.19.2.56 2008/09/23 02:46:01 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.19.2.57 2008/09/23 23:45:31 tbox Exp $ */
 
 #include <config.h>
 
@@ -1976,7 +1976,7 @@ opensocket(isc_socketmgr_t *manager, isc_socket_t *sock) {
 #endif
 #endif /* ISC_PLATFORM_HAVEIPV6 */
 #endif /* defined(USE_CMSG) */
-  
+
 #if defined(IP_MTU_DISCOVER) && defined(IP_PMTUDISC_DONT)
                /*
                 * Turn off Path MTU discovery on IPv4/UDP sockets.