diff --git a/sys/libkern/inet_pton.c b/sys/libkern/inet_pton.c index f8b7293bfa83..d8a31fa21b61 100644 --- a/sys/libkern/inet_pton.c +++ b/sys/libkern/inet_pton.c @@ -27,10 +27,6 @@ __FBSDID("$FreeBSD$"); #include -#if __FreeBSD_version < 700000 -#define strchr index -#endif - /*% * WARNING: Don't even consider trying to compile this on a system where * sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.