]> git.saurik.com Git - apple/libc.git/blob - net/FreeBSD/inet_addr.c.patch
Libc-594.9.5.tar.gz
[apple/libc.git] / net / FreeBSD / inet_addr.c.patch
1 --- inet_addr.c.orig 2008-09-01 20:32:46.000000000 -0700
2 +++ inet_addr.c 2008-09-01 20:45:46.000000000 -0700
3 @@ -68,6 +68,10 @@
4 static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
5 static const char rcsid[] = "$Id: inet_addr.c,v 1.4.18.1 2005/04/27 05:00:52 sra Exp $";
6 #endif /* LIBC_SCCS and not lint */
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_addr.c,v 1.4 2007/06/03 17:20:26 ume Exp $");
13