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: Ray Lai (raycvs.openbsd.org)
Date: Thu May 03 2007 - 23:06:06 CDT


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2007/05/03 22:06:06

Modified files:
        usr.sbin/kgmon : kgmon.c

Log message:
From dhill last year:
- rename system to sys to stop shadowing the system() call.
- remove variable names in function declarations
- remove extern optarg and optind since it's defined in unistd.h
- use %zu instead of %d to print size_t's

OK jaredy