From 5926797d5461f3fbb87d81cca2d176413178c7e5 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 4 Apr 2003 04:16:06 +0000 Subject: No need to have ifdef < FreeBSD 4.0-current in here. Remove it to avoid false positive while searching for __FreeBSD_version abuse. --- lib/libncp/ncpl_subr.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libncp/ncpl_subr.c') diff --git a/lib/libncp/ncpl_subr.c b/lib/libncp/ncpl_subr.c index b534995..c3d64d5 100644 --- a/lib/libncp/ncpl_subr.c +++ b/lib/libncp/ncpl_subr.c @@ -248,11 +248,7 @@ ncp_initlib(void){ if (ncp_initialized) return 0; -#if __FreeBSD_version < 400001 - error = sysctlbyname("net.ipx.ncp.version", &kv, &kvlen, NULL, 0); -#else error = sysctlbyname("net.ncp.version", &kv, &kvlen, NULL, 0); -#endif if (error) { fprintf(stderr, "%s: kernel module is old, please recompile it.\n", __FUNCTION__); return error; -- cgit v1.1