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
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 */
8 +/* the algorithms only can deal with ASCII, so we optimize for it */
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 $");