CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/08/25 08:07:24
Modified files: sys/net : if.c route.c route.h rtsock.c Log message: Let rtable_add() return usefull errnos so that the ioctl handler and the rtsock code can return a more reasonable error to the user. OK henning