Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g

This commit is contained in:
Marcel Moolenaar 2004-04-11 17:15:36 +00:00
parent 41a76b481f
commit 5fa064a8d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128126

View File

@ -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"));
/*