In article <[email protected]>, Paul Goyette <[email protected]> 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. christos
