Added define for GNU Hurd to pull in major/minor macros and
allow bootlogd to compile on Hurd.
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
#include <fcntl.h>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#endif
|
||||
|
||||
#if defined (__linux__) || defined(__GNU__)
|
||||
#include <sys/sysmacros.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user