CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/23 05:43:37
Modified files:
sys/sys : param.h
Log message:
this adds:
#define nitems(_a) (sizeof((_a)) / sizeof((_a)[0]))
in the kernel, you can now use this instead of torturing yourself.
ok dlg, well, really i just finally gave in to his arguments and we choose
a better name than sizeofa().
