pf: remove duplicate ERROUT_FUNCTION definition

Sponsored by:	Modirum MDPay
This commit is contained in:
Kristof Provost 2021-07-26 07:56:04 +02:00
parent b54838003c
commit d2dc4548eb

View file

@ -275,14 +275,6 @@ pflog_packet_t *pflog_packet_ptr = NULL;
extern u_long pf_ioctl_maxcount;
#define ERROUT_FUNCTION(target, x) \
do { \
error = (x); \
SDT_PROBE3(pf, ioctl, function, error, __func__, error, \
__LINE__); \
goto target; \
} while (0)
static void
pfattach_vnet(void)
{