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
This commit is contained in:
Mitchell Horne 2020-09-03 22:40:51 +00:00
parent 8f07963360
commit 51bb2fccfd

View File

@ -62,8 +62,6 @@ __FBSDID("$FreeBSD$");
#include "rpctlscd.h"
#include "rpctlssd.h"
extern struct fileops badfileops;
/*
* Syscall hooks
*/