summaryrefslogtreecommitdiff
path: root/main/network.c
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2006-07-01 11:35:34 +0000
committerNuno Lopes <nlopess@php.net>2006-07-01 11:35:34 +0000
commit7961207d6bc39ece1401f3615ee0375766cc9f06 (patch)
tree2fff714497a9063aa2c1fda0961383ea6a758c5a /main/network.c
parent6910275d5169a8939742a4d6103350a01e35c967 (diff)
downloadphp-git-7961207d6bc39ece1401f3615ee0375766cc9f06.tar.gz
add const keywords
Diffstat (limited to 'main/network.c')
-rw-r--r--main/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/network.c b/main/network.c
index 15fa5aad97..63197cdd15 100644
--- a/main/network.c
+++ b/main/network.c
@@ -103,7 +103,7 @@ int inet_aton(const char *, struct in_addr *);
# define PHP_GAI_STRERROR(x) (php_gai_strerror(x))
/* {{{ php_gai_strerror
*/
-static char *php_gai_strerror(int code)
+static const char *php_gai_strerror(int code)
{
static struct {
int code;