CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2015/02/05 23:37:24
Modified files: sys/net : hfsc.c Log message: using IFQ_INC_LEN and IFQ_DEC_LEN for len++/len-- is a bit excessive, especially given that these are the only users of these macros. ok claudio