CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/07/13 06:41:46
Modified files: sys/net : if_mpe.c Log message: dont initialise ifp->if_snd.ifq_maxlen, and then follow it by IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen). the first was deprecated by the use of IFQ_SET_MAXLEN.