diff options
| author | Boris Popov <bp@FreeBSD.org> | 2001-05-03 08:57:26 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2001-05-03 08:57:26 +0000 |
| commit | 3bdcb68d16ab1f24ea4bea845f35c484fb83b2c0 (patch) | |
| tree | ef195fc381b5213db23507382639db067b892b85 | |
| parent | 8dde563eb3d0afd7c88bc3ba5a203dab4cbe1288 (diff) | |
Notes
| -rw-r--r-- | sys/sys/lockf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index cded00f686b5..836c7a999c7e 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -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 |
