From a15cd0be34c81f445be6a2c2234ab0d355b71fba Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Jun 2000 18:14:20 +0000 Subject: Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. -Erik --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/init.c') diff --git a/init/init.c b/init/init.c index 0e126104b..98a58f275 100644 --- a/init/init.c +++ b/init/init.c @@ -93,7 +93,7 @@ #if defined(__GLIBC__) #include #else -_syscall2(int, bdflush, int, func, int, data); +static _syscall2(int, bdflush, int, func, int, data); #endif /* __GLIBC__ */ -- cgit v1.2.3