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:
Conrad Meyer 2019-05-21 21:35:37 +00:00
parent 34366bc932
commit ec0fd4a014
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348070

View File

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