Major coreutils update.

This commit is contained in:
Manuel Novoa III
2003-03-19 09:13:01 +00:00
parent e01f9662a5
commit cad5364599
295 changed files with 6944 additions and 5570 deletions

View File

@@ -32,7 +32,7 @@ void syslog_msg_with_name(const char *name, int facility, int pri, const char *m
void syslog_msg(int facility, int pri, const char *msg)
{
syslog_msg_with_name(applet_name, facility, pri, msg);
syslog_msg_with_name(bb_applet_name, facility, pri, msg);
}
/* END CODE */