Remove yet more kernel header dependancies.

-Erik
This commit is contained in:
Eric Andersen
2000-07-10 20:08:44 +00:00
parent a0053735dc
commit 9b2297a34e
15 changed files with 16 additions and 20 deletions

View File

@ -110,7 +110,7 @@ struct serial_struct {
#if defined(__GLIBC__)
#include <sys/kdaemon.h>
#else
#include <linux/unistd.h> /* for _syscall() macro */
#include <sys/syscall.h> /* for _syscall() macro */
static _syscall2(int, bdflush, int, func, int, data);
#endif /* __GLIBC__ */