mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Wrap around MALLOC_DECLARE() invocation with #ifdef.
This commit is contained in:
parent
8dde563eb3
commit
3bdcb68d16
1 changed files with 2 additions and 0 deletions
|
|
@ -44,7 +44,9 @@
|
|||
|
||||
struct vop_advlock_args;
|
||||
|
||||
#ifdef MALLOC_DECLARE
|
||||
MALLOC_DECLARE(M_LOCKF);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The lockf structure is a kernel structure which contains the information
|
||||
|
|
|
|||
Loading…
Reference in a new issue