Wrap around MALLOC_DECLARE() invocation with #ifdef.

This commit is contained in:
Boris Popov 2001-05-03 08:57:26 +00:00
parent 8dde563eb3
commit 3bdcb68d16

View file

@ -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