From c414b7d21ace1192572dfa014f4390b1dfcc64ab Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 17 Jul 2007 13:46:22 +0000 Subject: iniline init-libc-headers.h in init.c --- mdk-stage1/init.c | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/init.c') diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 644879ac4..62bfb9cb1 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -20,7 +20,30 @@ */ #ifndef INIT_HEADERS -#include "init-libc-headers.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef SOCK_STREAM +#define SOCK_STREAM 1 +#endif + +static inline _syscall3(int, syslog, int, type, char *, bufp, int, len); +static inline _syscall3(int, reboot, int, magic, int, magic2, int, flag); #else #include INIT_HEADERS #endif -- cgit v1.2.1