]> git.saurik.com Git - apple/libc.git/blob - net/FreeBSD/inet_net_pton.c.patch
Libc-763.12.tar.gz
[apple/libc.git] / net / FreeBSD / inet_net_pton.c.patch
1 --- inet_net_pton.c.bsdnew 2009-11-10 16:23:10.000000000 -0800
2 +++ inet_net_pton.c 2009-11-10 16:23:10.000000000 -0800
3 @@ -18,6 +18,10 @@
4 #if defined(LIBC_SCCS) && !defined(lint)
5 static const char rcsid[] = "$Id: inet_net_pton.c,v 1.7.18.2 2008/08/26 04:42:43 marka Exp $";
6 #endif
7 +
8 +/* the algorithms only can deal with ASCII, so we optimize for it */
9 +#define USE_ASCII
10 +
11 #include <sys/cdefs.h>
12 __FBSDID("$FreeBSD: src/lib/libc/inet/inet_net_pton.c,v 1.4 2008/12/14 19:39:53 ume Exp $");
13