Remove obsolete old-freebsd version compat shim.

This commit is contained in:
Warner Losh 2020-03-01 23:01:51 +00:00
parent 51447e4962
commit 713bd56728
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358509

View File

@ -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;