svn commit: r358509 - head/sys/rpc
Warner Losh
imp at FreeBSD.org
Sun Mar 1 23:01:52 UTC 2020
Author: imp
Date: Sun Mar 1 23:01:51 2020
New Revision: 358509
URL: https://svnweb.freebsd.org/changeset/base/358509
Log:
Remove obsolete old-freebsd version compat shim.
Modified:
head/sys/rpc/rpc_generic.c
Modified: head/sys/rpc/rpc_generic.c
==============================================================================
--- head/sys/rpc/rpc_generic.c Sun Mar 1 23:01:47 2020 (r358508)
+++ head/sys/rpc/rpc_generic.c Sun Mar 1 23:01:51 2020 (r358509)
@@ -67,10 +67,6 @@ __FBSDID("$FreeBSD$");
extern u_long sb_max_adj; /* not defined in socketvar.h */
-#if __FreeBSD_version < 700000
-#define strrchr rindex
-#endif
-
/* Provide an entry point hook for the rpcsec_gss module. */
struct rpc_gss_entries rpc_gss_entries;
More information about the svn-src-all
mailing list