summaryrefslogtreecommitdiff
path: root/win32/inet.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2008-12-03 20:30:45 +0000
committerSVN Migration <svn@php.net>2008-12-03 20:30:45 +0000
commit2876046398950e59c3b3c460e67e6fec7ff2ba3c (patch)
tree33b2b8b4b859960a6446ad19d0ada1c55f9cfcda /win32/inet.c
parent3fb86b0b9e79e6a3312b694f30ee627e2e1b325c (diff)
downloadphp-git-php-5.3.0alpha2.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'.php-5.3.0alpha2
Diffstat (limited to 'win32/inet.c')
-rw-r--r--win32/inet.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/inet.c b/win32/inet.c
index b794bcaeb4..02d00ca474 100644
--- a/win32/inet.c
+++ b/win32/inet.c
@@ -1,5 +1,5 @@
#include "config.w32.h"
-#if (_WIN32_WINNT < 0x0600) /* Vista/2k8 have these functions */
+#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */
#include "php.h"
#include <winsock2.h>
#include <windows.h>
@@ -7,7 +7,8 @@
#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;