From cd104dd3c18e5e06237b2721a47e1eef2cdede6d Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 9 Apr 2005 11:31:31 +0000 Subject: [PATCH] Add a missing terminator. Confirmed by: rwatson --- sys/kern/subr_witness.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 994353b8713..6b515b98abf 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -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 */