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;
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to