From b02c7c34261e5980f8b63f4c56e66cad6e733997 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 11 Jul 2000 17:52:22 +0000 Subject: Forgot to commit these cleanups it seems. -Erik git-svn-id: svn://busybox.net/trunk/busybox@819 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index e0b465126..79f14ab33 100644 --- a/init/init.c +++ b/init/init.c @@ -110,7 +110,6 @@ struct serial_struct { #if defined(__GLIBC__) #include #else -#include /* for _syscall() macro */ static _syscall2(int, bdflush, int, func, int, data); #endif /* __GLIBC__ */ -- cgit v1.2.3-55-g6feb