Forgot to commit these cleanups it seems.

-Erik
This commit is contained in:
Eric Andersen
2000-07-11 17:52:22 +00:00
parent d006c9e630
commit be909b1cd5
16 changed files with 8 additions and 22 deletions

1
init.c
View File

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