Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6.
-Erik
This commit is contained in:
@ -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__ */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user