CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2011/05/04 10:05:49
Modified files: sys/kern : uipc_mbuf.c sys/net : if_spppsubr.c sys/net80211 : ieee80211_pae_input.c sys/netinet : ip_carp.c udp_usrreq.c sys/sys : mbuf.h Log message: Collapse m_pullup and m_pullup2 into a single function, as they're essentially identical; the only difference being that m_pullup2 is capable of handling mbuf clusters, but called m_pullup for shorter lengths (!). testing dlg@ ok claudio@