mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
routing: fix debug headers added in 6fa8ed43ee #2.
Move debug declaration out of COMPAT_FREEBSD32 in rtsock.c MFC after: 2 weeks
This commit is contained in:
parent
da33f6d76b
commit
33a0803f00
1 changed files with 1 additions and 2 deletions
|
|
@ -79,13 +79,12 @@
|
|||
#define DEBUG_MOD_NAME rtsock
|
||||
#define DEBUG_MAX_LEVEL LOG_DEBUG
|
||||
#include <net/route/route_debug.h>
|
||||
_DECLARE_DEBUG(LOG_INFO);
|
||||
|
||||
#ifdef COMPAT_FREEBSD32
|
||||
#include <sys/mount.h>
|
||||
#include <compat/freebsd32/freebsd32.h>
|
||||
|
||||
_DECLARE_DEBUG(LOG_INFO);
|
||||
|
||||
struct if_msghdr32 {
|
||||
uint16_t ifm_msglen;
|
||||
uint8_t ifm_version;
|
||||
|
|
|
|||
Loading…
Reference in a new issue