mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sys/lockmgr.h: Update #error to point at correct _lock.h
After r347984, these macros live in sys/_lock.h. No functional change. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
34366bc932
commit
ec0fd4a014
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#ifdef _KERNEL
|
||||
|
||||
#if !defined(LOCK_FILE) || !defined(LOCK_LINE)
|
||||
#error "LOCK_FILE and LOCK_LINE not defined, include <sys/lock.h> before"
|
||||
#error "LOCK_FILE and LOCK_LINE not defined, include <sys/_lock.h> before"
|
||||
#endif
|
||||
|
||||
struct thread;
|
||||
|
|
|
|||
Loading…
Reference in a new issue