mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
This commit is contained in:
parent
41a76b481f
commit
5fa064a8d8
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ nfs_uninit(struct vfsconf *vfsp)
|
|||
sysent[SYS_nfsclnt].sy_narg = nfs_prev_nfsclnt_sy_narg;
|
||||
sysent[SYS_nfsclnt].sy_call = nfs_prev_nfsclnt_sy_call;
|
||||
|
||||
KASSERT(TAILQ_ISEMPTY(&nfs_reqq),
|
||||
KASSERT(TAILQ_EMPTY(&nfs_reqq),
|
||||
("nfs_uninit: request queue not empty"));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue