From 51bb2fccfd5b4ab60195573d59b404a14462cb24 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Thu, 3 Sep 2020 22:40:51 +0000 Subject: [PATCH] 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 --- sys/rpc/rpcsec_tls/rpctls_impl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/rpc/rpcsec_tls/rpctls_impl.c b/sys/rpc/rpcsec_tls/rpctls_impl.c index 2e53af0360e1..c5f3ce5d46a6 100644 --- a/sys/rpc/rpcsec_tls/rpctls_impl.c +++ b/sys/rpc/rpcsec_tls/rpctls_impl.c @@ -62,8 +62,6 @@ __FBSDID("$FreeBSD$"); #include "rpctlscd.h" #include "rpctlssd.h" -extern struct fileops badfileops; - /* * Syscall hooks */