1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365316

View File

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