Include <sys/lockmgr.h> for old lock interfaces instead of including

<sys/lock.h> solely for its namespace pollution.
This commit is contained in:
Bruce Evans 2002-08-27 10:28:33 +00:00
parent dacff75286
commit 2c55fd74fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102479

View File

@ -164,7 +164,7 @@ struct smb_share_info {
#ifdef _KERNEL
#include <sys/lock.h>
#include <sys/lockmgr.h>
#include <netsmb/smb_subr.h>
#define CONNADDREQ(a1,a2) ((a1)->sa_len == (a2)->sa_len && \