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: Kjell Wooding (kjellcvs.openbsd.org)
Date: Wed Mar 22 2006 - 13:43:30 CST


CVSROOT: /cvs
Module name: src
Changes by: kjellcvs.openbsd.org 2006/03/22 12:43:29

Modified files:
        usr.bin/tail : read.c reverse.c tail.c

Log message:
Clean up some lint and -Wall.
Changed many signed types ->size_t for consistency. Also, fix
some realloc usage.

Original from <jasonrcrawford at gmail.com> (ok ray)
Additions and additional cleanup to fix some off_t -> size_t issue by me.

"looks good" otto