CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2015/02/07 21:14:47
Modified files: sys/netinet : ip_input.c Log message: Just use sysctl_rdstruct() to read out some structs. Only difference to current code is that you can no longer call this with a NULL oldlenp which does not make any sense. OK phessler, henning Behaviour change pointed out by miod@