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: Tue Jun 15 2004 - 12:10:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/06/15 11:10:33

Modified files:
        sbin/route : show.c

Log message:
Cleanup last commit here:
- pass netname4() a struct sockaddr_in * and check it for NULL
- netname6() already deals with NULL mask so remove unneeded check in netname()
OK deraadt