diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-24 01:12:33 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-24 01:12:33 +0000 |
commit | 9ff9325e60eac6cc119eab5dff0dbbba78edfd32 (patch) | |
tree | b298111f4ce0cbb7998dabb279d61247eb4eac19 /libbb/syslog_msg_with_name.c | |
parent | af030496fae5c4ad24770be8a850b244286ba608 (diff) | |
download | busybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.tar.gz busybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.tar.bz2 busybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.zip |
Move applet_name declaration from busybox.h to libbb.h.
Diffstat (limited to 'libbb/syslog_msg_with_name.c')
-rw-r--r-- | libbb/syslog_msg_with_name.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/syslog_msg_with_name.c b/libbb/syslog_msg_with_name.c index d72755a37..5dadcc433 100644 --- a/libbb/syslog_msg_with_name.c +++ b/libbb/syslog_msg_with_name.c | |||
@@ -29,8 +29,6 @@ | |||
29 | #include <sys/syslog.h> | 29 | #include <sys/syslog.h> |
30 | #include "libbb.h" | 30 | #include "libbb.h" |
31 | 31 | ||
32 | extern const char *applet_name; | ||
33 | |||
34 | void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg) | 32 | void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg) |
35 | { | 33 | { |
36 | openlog(name, 0, facility); | 34 | openlog(name, 0, facility); |