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: Todd C. Miller (millertcvs.openbsd.org)
Date: Sat Jul 03 2004 - 16:00:38 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/07/03 15:00:38

Modified files:
        usr.bin/lam : lam.c

Log message:
Fixes from Jared Yanovich with help from myself and cloder; OK otto
o make lam(1) use getopt(3) and err(3).
o fix off-by-one error
o use OPEN_MAX instead of rolling our own
o a little KNF