Hey, I am trying to make sysvinit 2.88 on an embedded linux system (Motorola Set Top Box VIP1710).
$ uname -a Linux 192.168.1.121 2.4.30 #1 Thu Jan 11 14:28:39 CET 2007 mips GNU/Linux But it throws following error: 192.168.1.121/usr/local/sysvinit-2.88dsf$ make all make -C src all make[1]: Entering directory `/usr/local/sysvinit-2.88dsf/src' cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o hddown.o hddown.c In file included from /usr/include/linux/fs.h:26, from hddown.c:39: /usr/include/asm/bitops.h:585: error: syntax error before "int" make[1]: *** [hddown.o] Error 1 make[1]: Leaving directory `/usr/local/sysvinit-2.88dsf/src' make: *** [all] Error 2 Any idea? -- Florian Hülsmann f...@fpg.de.hm