mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
pf: Remove duplicate declaration of pf_ioctl_maxcount.
Fixes a -Wredundant-decls warning with GCC 9. Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D31944
This commit is contained in:
parent
44126818d2
commit
df005aa9b3
1 changed files with 0 additions and 2 deletions
|
|
@ -273,8 +273,6 @@ pfsync_detach_ifnet_t *pfsync_detach_ifnet_ptr;
|
|||
/* pflog */
|
||||
pflog_packet_t *pflog_packet_ptr = NULL;
|
||||
|
||||
extern u_long pf_ioctl_maxcount;
|
||||
|
||||
/*
|
||||
* Copy a user-provided string, returning an error if truncation would occur.
|
||||
* Avoid scanning past "sz" bytes in the source string since there's no
|
||||
|
|
|
|||
Loading…
Reference in a new issue