Small syntactic sugar addition to kobj

M. Warner Losh imp at bsdimp.com
Sat Feb 7 23:03:06 PST 2009


Greetings,

I'd like to propose a small syntactic sugar coating for kobj.  I'd
like to propose:

#define KOBJMETHOD_END { NULL, NULL }

which can be used in place of the current { 0, 0 } used to end the
lists in kobj function lists.

Warner



More information about the freebsd-arch mailing list