]>
Commit | Line | Data |
---|---|---|
34e8f829 A |
1 | --- inet_network.c.orig 2008-09-01 20:56:15.000000000 -0700 |
2 | +++ inet_network.c 2008-09-01 20:57:20.000000000 -0700 | |
3 | @@ -29,6 +29,10 @@ | |
3d9156a7 | 4 | |
34e8f829 A |
5 | #if defined(LIBC_SCCS) && !defined(lint) |
6 | static const char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; | |
3d9156a7 | 7 | + |
34e8f829 A |
8 | +/* the algorithms only can deal with ASCII, so we optimize for it */ |
9 | +#define USE_ASCII | |
10 | + | |
11 | #endif /* LIBC_SCCS and not lint */ | |
12 | #include <sys/cdefs.h> | |
13 | __FBSDID("$FreeBSD: src/lib/libc/inet/inet_network.c,v 1.5 2008/01/14 22:55:20 cperciva Exp $"); |