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

index e41808eab6feb080caa5779ef44d093275b73699..c0fbb55a46a86f03d7095a43c690db4b756b337f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.19.2.44 2008/07/23 23:36:22 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.19.2.45 2008/07/23 23:45:35 tbox Exp $ */
 
 #include <config.h>
 
@@ -3747,7 +3747,7 @@ isc_socket_sendto2(isc_socket_t *sock, isc_region_t *region,
 }
 
 isc_result_t
-isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr, 
+isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr,
                unsigned int options) {
        char strbuf[ISC_STRERRORSIZE];
        int on = 1;
index 49bc24ff9f7cc4fca8eb24aff485bead40613347..4ec95817f2a9a65f953c192b4b9f04c7fc072a10 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.5.2.13.2.31 2008/07/23 23:36:22 marka Exp $ */
+/* $Id: socket.c,v 1.5.2.13.2.32 2008/07/23 23:45:35 tbox Exp $ */
 
 /* This code has been rewritten to take advantage of Windows Sockets
  * I/O Completion Ports and Events. I/O Completion Ports is ONLY
@@ -3273,7 +3273,7 @@ isc_socket_sendto2(isc_socket_t *sock, isc_region_t *region,
 
 isc_result_t
 isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr,
-               unsigned int options) {
+               unsigned int options) {
        int bind_errno;
        char strbuf[ISC_STRERRORSIZE];
        int on = 1;