diff options
| author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 18:14:20 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 18:14:20 +0000 |
| commit | a15cd0be34c81f445be6a2c2234ab0d355b71fba (patch) | |
| tree | ac3f2319edbd5435588e2399386a2c63f3fdba4a /init | |
| parent | b7362e36a80b639a64da3f662cbd0064038cad8a (diff) | |
| download | busybox-w32-a15cd0be34c81f445be6a2c2234ab0d355b71fba.tar.gz busybox-w32-a15cd0be34c81f445be6a2c2234ab0d355b71fba.tar.bz2 busybox-w32-a15cd0be34c81f445be6a2c2234ab0d355b71fba.zip | |
Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6.
-Erik
Diffstat (limited to 'init')
| -rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 93 | #if defined(__GLIBC__) | 93 | #if defined(__GLIBC__) |
| 94 | #include <sys/kdaemon.h> | 94 | #include <sys/kdaemon.h> |
| 95 | #else | 95 | #else |
| 96 | _syscall2(int, bdflush, int, func, int, data); | 96 | static _syscall2(int, bdflush, int, func, int, data); |
| 97 | #endif /* __GLIBC__ */ | 97 | #endif /* __GLIBC__ */ |
| 98 | 98 | ||
| 99 | 99 | ||
