CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2014/12/19 11:57:17
Modified files: sys/net : route.c rtsock.c share/man/man9 : route.9 Log message: Do not report an EDQUOT "Disk quota exceeded" error from the routing code. Instead generate an ENOBUFS "No buffer space available" error at the malloc(9) failure in rt_setgate(9) and propagate it. OK mpi@