CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/26 11:50:01
Modified files:
usr.sbin/trpt : trpt.c
sys/sys : timeout.h
Log message:
libevent has named two of it's new macros by the same name as our kernel
macros, which are visible, and get pulled into some source code... Hide
the kernel ones inside _KERNEL, and make trpt (the only userland viewer of
them) define _KERNEL temporarily. This is really gross. libevent is doing
a poor job of choosing function names!
ok tedu guenther