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: Fri Mar 24 2006 - 07:34:27 CST


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2006/03/24 06:34:27

Modified files:
        usr.bin/cvs : admin.c checkout.c diff.c

Log message:
Remove unused variables, better integer types, prevent fallthroughs.
Found by lint.

Compare char * variables against NULL for consistency and add
parentheses around complicated comparisons, suggested by xsa.

OK xsa