Add a missing terminator.

Confirmed by:	rwatson
This commit is contained in:
Pawel Jakub Dawidek 2005-04-09 11:31:31 +00:00
parent 4953b2fb14
commit cd104dd3c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144832

View File

@ -323,6 +323,7 @@ static struct witness_order_list_entry order_lists[] = {
{ "bpf global lock", &lock_class_mtx_sleep },
{ "bpf interface lock", &lock_class_mtx_sleep },
{ "bpf cdev lock", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* NFS server
*/