CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/07/24 10:31:27
Modified files: sys/dev/ic : ar5xxx.h Log message: Don't include systm.h as it isn't needed and pulls in libkern headers, and as ar5xxx.h is included from athvar.h this made referencing the SIOCGATHSTATS ioctl from userland impossible. ok reyk@