commit | a15cd0be34c81f445be6a2c2234ab0d355b71fba | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 18:14:20 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jun 19 18:14:20 2000 +0000 |
tree | ac3f2319edbd5435588e2399386a2c63f3fdba4a | |
parent | b7362e36a80b639a64da3f662cbd0064038cad8a [diff] [blame] |
Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. -Erik
diff --git a/init.c b/init.c index 0e12610..98a58f2 100644 --- a/init.c +++ b/init.c
@@ -93,7 +93,7 @@ #if defined(__GLIBC__) #include <sys/kdaemon.h> #else -_syscall2(int, bdflush, int, func, int, data); +static _syscall2(int, bdflush, int, func, int, data); #endif /* __GLIBC__ */