CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2011/07/05 13:59:18
Modified files: sys/net : if_ppp.c Log message: use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 cases why bother with APIs when you can muck with internals directly, it's obvious there'll NEVER be changes, right. ok claudio ryan