mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Forward declare a struct and #include <sys/queue.h> so that this file
is more "self"-sufficent.
This commit is contained in:
parent
44429dc4f7
commit
f77c781169
1 changed files with 5 additions and 1 deletions
|
|
@ -34,12 +34,16 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)lockf.h 8.1 (Berkeley) 6/11/93
|
||||
* $Id: lockf.h,v 1.7 1997/02/22 09:45:31 peter Exp $
|
||||
* $Id: lockf.h,v 1.8 1997/09/07 05:27:16 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_LOCKF_H_
|
||||
#define _SYS_LOCKF_H_
|
||||
|
||||
#include <sys/queue.h>
|
||||
|
||||
struct vop_advlock_args;
|
||||
|
||||
/*
|
||||
* The lockf structure is a kernel structure which contains the information
|
||||
* associated with a byte range lock. The lockf structures are linked into
|
||||
|
|
|
|||
Loading…
Reference in a new issue