Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
klogd (as it should be).
This commit is contained in:
@ -205,6 +205,11 @@ int nfsmount(const char *spec, const char *node, int *flags,
|
||||
#define RB_POWER_OFF 0x4321fedc
|
||||
#endif
|
||||
|
||||
#if defined(BB_KLOGD) || defined(BB_LOGGER)
|
||||
void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg);
|
||||
void syslog_msg(int facility, int pri, const char *msg);
|
||||
#endif
|
||||
|
||||
/* Include our own copy of struct sysinfo to avoid binary compatability
|
||||
* problems with Linux 2.4, which changed things. Grumble, grumble. */
|
||||
struct sysinfo {
|
||||
|
Reference in New Issue
Block a user