Christos Zoulas writes: > In article <20161117080649.dc7dff...@cvs.netbsd.org>, > Paul Goyette <source-changes-d@NetBSD.org> wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By: pgoyette > >Date: Thu Nov 17 08:06:49 UTC 2016 > > > >Modified Files: > > src/sys/kern: subr_bufq.c > > > >Log Message: > >Use compile-time initialization for the list head, and make sure that > >the sysctllog is also initialized before being used. > > -static struct sysctllog *sysctllog; > +static struct sysctllog *sysctllog = NULL; > > That's unnecessary.
it also wastes space on disk :-)