OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Fri Nov 13 2009 - 16:10:09 CST


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.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