CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/02 10:57:06
Modified files: sbin/route : route.c Log message: Use strtonum instead of atoi, this allows to do basic range checking. While there remove some very old compat code supporting a syntax that no one still knows or uses. OK henning@, deraadt@