Package: sysstat Severity: important Version: 7.0.0-2 Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It have to include <linux/major.h> in ioconf.c only on linux.
Please use snippet bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
ioconf.c:
#ifdef __linux__
#include <linux/major.h>
#endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

