diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-12 22:51:50 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-12 22:51:50 +0000 |
commit | 6317c4baf79c25d7f77897b064eb4f0b7d9f070e (patch) | |
tree | 5fc8fe65a4903f6224925a72b53a4f46e2b0b1d3 /busybox.h | |
parent | 4987bbf97924044c88007c45ee2674d97b93ad92 (diff) | |
download | busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.tar.gz busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.tar.bz2 busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.zip |
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
klogd (as it should be).
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -205,6 +205,11 @@ int nfsmount(const char *spec, const char *node, int *flags, | |||
205 | #define RB_POWER_OFF 0x4321fedc | 205 | #define RB_POWER_OFF 0x4321fedc |
206 | #endif | 206 | #endif |
207 | 207 | ||
208 | #if defined(BB_KLOGD) || defined(BB_LOGGER) | ||
209 | void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg); | ||
210 | void syslog_msg(int facility, int pri, const char *msg); | ||
211 | #endif | ||
212 | |||
208 | /* Include our own copy of struct sysinfo to avoid binary compatability | 213 | /* Include our own copy of struct sysinfo to avoid binary compatability |
209 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ | 214 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ |
210 | struct sysinfo { | 215 | struct sysinfo { |