|
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 (ray
cvs.openbsd.org)
Date: Fri Mar 24 2006 - 07:34:27 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: ray
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]