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: Chad Loder (clodercvs.openbsd.org)
Date: Fri Apr 25 2003 - 17:45:38 CDT


CVSROOT: /cvs
Module name: src
Changes by: cloder@cvs.openbsd.org 2003/04/25 16:45:38

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

Log message:
Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy.
Replace some strtoul with strtol and additional < 0 checks where needed.
OK millert