kalle Thu Nov 20 16:05:59 2008 UTC
Modified files:
/php-src/win32 inet.c
Log:
Fix typo
http://cvs.php.net/viewvc.cgi/php-src/win32/inet.c?r1=1.2&r2=1.3&diff_format=u
Index: php-src/win32/inet.c
diff -u php-src/win32/inet.c:1.2 php-src/win32/inet.c:1.3
--- php-src/win32/inet.c:1.2 Sat Aug 23 19:55:44 2008
+++ php-src/win32/inet.c Thu Nov 20 16:05:59 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