]> granicus.if.org Git - apache/commitdiff
Eliminate a warning related to the struct socket_t vs ap_socket_t change.
authorBill Stoddard <stoddard@apache.org>
Mon, 3 Apr 2000 21:11:55 +0000 (21:11 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 3 Apr 2000 21:11:55 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84899 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index c5e2c3bbeaa615901bb74be71c11d411d3cc701c..5782b429480b003b876a510cf90fd774a62fe5c8 100644 (file)
@@ -107,7 +107,7 @@ int parent_pid;
 
 static ap_status_t socket_cleanup(void *sock)
 {
-    struct socket_t *thesocket = sock;
+    ap_socket_t *thesocket = sock;
     SOCKET sd;
     if (ap_get_os_sock(&sd, thesocket) == APR_SUCCESS) {
         closesocket(sd);