Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 22:40:51 +0000 (UTC)
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365316 - head/sys/rpc/rpcsec_tls
Message-ID:  <202009032240.083MepPL063578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009032240.083MepPL063578>