From be13d6023266818e223cad20b906fa8573a5bfed Mon Sep 17 00:00:00 2001 From: rfm Date: Thu, 10 Jan 2008 16:31:22 +0000 Subject: [PATCH] Fox typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25924 72102866-910b-0410-8b05-ffd578937521 --- Source/inet_pton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/inet_pton.c b/Source/inet_pton.c index e8f39090d..f47519b14 100644 --- a/Source/inet_pton.c +++ b/Source/inet_pton.c @@ -56,7 +56,7 @@ static int inet_pton6(const char *src, uint8_t *dst); * Paul Vixie, 1996. */ int -GSPrivate_pton(int af, const char *src, void *dst) +inet_pton(int af, const char *src, void *dst) { switch (af) {