new libbb func: xmalloc_realpath (+ use it where makes sense)
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour
This commit is contained in:
parent
ceab8700df
commit
a9b60e93ee
6 changed files with 103 additions and 93 deletions
|
@ -10,8 +10,6 @@
|
|||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include "busybox.h"
|
||||
|
||||
int realpath_main(int argc, char **argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue