Added define for GNU Hurd to pull in major/minor macros and
allow bootlogd to compile on Hurd.
This commit is contained in:
parent
5eee38102b
commit
bd0005e9b8
@ -1,3 +1,7 @@
|
||||
sysvinit (3.03) unreleased; urgency=low
|
||||
* Mark Hindley supplied patch to make bootlogd compile
|
||||
on GNU Hurd systems. Was missing major/minor macro.
|
||||
|
||||
sysvinit (3.03) released; urgency=low
|
||||
* Fixed formatting in init.8 man page.
|
||||
Patch provided by Mark Hindley.
|
||||
|
@ -43,6 +43,9 @@
|
||||
#include <fcntl.h>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#endif
|
||||
|
||||
#if defined (__linux__) || defined(__GNU__)
|
||||
#include <sys/sysmacros.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user