CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/09/10 10:14:08
Modified files: share/man/man9 : mbuf.9 sys/kern : uipc_mbuf.c sys/net : pf_norm.c sys/netinet : ip_input.c sys/netinet6 : frag6.c sys/nfs : krpc_subr.c nfs_socket.c sys/sys : mbuf.h Log message: Instead of calculating the mbuf packet header length here and there, put the algorithm into a new function m_calchdrlen(). Also set an uninitialized m_len to 0 in NFS code. OK claudio@