CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2014/01/18 20:04:54
Modified files: sys/kern : uipc_domain.c uipc_mbuf.c sys/nfs : nfs_socket.c sys/sys : mbuf.h Log message: Remove max_datalen. It is only used once an can be replaced easily with MHLEN - max_hdr in that place. OK mikeb@