]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
corrected patch error, duplicate routine
authorEvan Hunt <each@isc.org>
Thu, 11 Sep 2008 06:08:34 +0000 (06:08 +0000)
committerEvan Hunt <each@isc.org>
Thu, 11 Sep 2008 06:08:34 +0000 (06:08 +0000)
lib/isc/win32/socket.c

index b1581bbfae419e42520a14e9e930568bf4f0a4d7..527cbda625b10901c725a8b478c2d132c24dc186 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.30.18.34 2008/09/11 05:43:32 each Exp $ */
+/* $Id: socket.c,v 1.30.18.35 2008/09/11 06:08:34 each Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.
@@ -3655,9 +3655,3 @@ isc__socketmgr_setreserved(isc_socketmgr_t *manager, isc_uint32_t reserved) {
        UNUSED(reserved);
 }
 
-void
-isc__socketmgr_setreserved(isc_socketmgr_t *manager, isc_uint32_t reserved) {
-       UNUSED(manager);
-       UNUSED(reserved);
-}
-