CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/11/13 15:10:09
Modified files: share/lkm/misc/module: miscmod.c share/lkm/syscall/module: newsyscall.c Log message: C statements (including macros) that do not end in a ; are obtuse. The do { } while structure in lkm.h was added on purpose. Adjust the samples discussed with miod and millert; ok millert