mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
LO_ENROLLPEND is no more existing so just axe it (it was left out by the
original commit axing it).
This commit is contained in:
parent
b38ab77c7e
commit
295624f56a
1 changed files with 1 additions and 2 deletions
|
|
@ -35,8 +35,7 @@
|
|||
|
||||
#define LO_ALLMASK (LO_INITIALIZED | LO_WITNESS | LO_QUIET | \
|
||||
LO_RECURSABLE | LO_SLEEPABLE | LO_UPGRADABLE | \
|
||||
LO_DUPOK | LO_ENROLLPEND | LO_CLASSMASK | \
|
||||
LO_NOPROFILE)
|
||||
LO_DUPOK | LO_CLASSMASK | LO_NOPROFILE)
|
||||
#define LO_EXPECTED (LO_INITIALIZED | LO_WITNESS | LO_RECURSABLE | \
|
||||
LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | \
|
||||
/* sx lock class */(2 << LO_CLASSSHIFT))
|
||||
|
|
|
|||
Loading…
Reference in a new issue