svn commit: r365316 - head/sys/rpc/rpcsec_tls

Mitchell Horne mhorne at FreeBSD.org
Thu Sep 3 22:40:52 UTC 2020


Author: mhorne
Date: Thu Sep  3 22:40:51 2020
New Revision: 365316
URL: https://svnweb.freebsd.org/changeset/base/365316

Log:
  Remove a duplicate declaration
  
  This is already declared in sys/file.h, which is included directly.
  Compiling with GCC9 emits an error.
  
  Discussed with: rmacklem

Modified:
  head/sys/rpc/rpcsec_tls/rpctls_impl.c

Modified: head/sys/rpc/rpcsec_tls/rpctls_impl.c
==============================================================================
--- head/sys/rpc/rpcsec_tls/rpctls_impl.c	Thu Sep  3 22:24:52 2020	(r365315)
+++ head/sys/rpc/rpcsec_tls/rpctls_impl.c	Thu Sep  3 22:40:51 2020	(r365316)
@@ -62,8 +62,6 @@ __FBSDID("$FreeBSD$");
 #include "rpctlscd.h"
 #include "rpctlssd.h"
 
-extern struct fileops badfileops;
-
 /*
  * Syscall hooks
  */


More information about the svn-src-head mailing list