kalle           Thu Nov 20 16:06:26 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/win32      inet.c 
  Log:
  MFH: Fix typo
  
http://cvs.php.net/viewvc.cgi/php-src/win32/inet.c?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/win32/inet.c
diff -u php-src/win32/inet.c:1.1.2.2 php-src/win32/inet.c:1.1.2.3
--- php-src/win32/inet.c:1.1.2.2        Sat Aug 23 19:22:10 2008
+++ php-src/win32/inet.c        Thu Nov 20 16:06:26 2008
@@ -1,5 +1,5 @@
 #include "config.w32.h"
-#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */
+#if (_WIN32_WINNT < 0x0600) /* Vista/2k8 have these functions */
 #include "php.h"
 #include <winsock2.h>
 #include <windows.h>
@@ -7,8 +7,7 @@
 
 #include "inet.h"
 
-PHPAPI int
-inet_pton(int af, const char* src, void* dst)
+PHPAPI int inet_pton(int af, const char* src, void* dst)
 {
        int address_length;
        struct sockaddr_storage sa;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to