CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2015/02/05 23:42:36
Modified files: sys/net : if_var.h Log message: since I just touched this file and thus cause an almost full recompile of everything in the kernel for everybody anyway, can as well use the opportunity to move the block with the IF_* macros down next to the IFQ_* versions; has always been slightly confusing - was like that due to the long gone ALTQ versions of these macros. claudio agrees.