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:
Denis Vlasenko
2007-01-04 17:59:59 +00:00
parent ceab8700df
commit a9b60e93ee
6 changed files with 103 additions and 93 deletions

View File

@ -238,6 +238,7 @@ extern DIR *warn_opendir(const char *path);
char *xgetcwd(char *cwd);
char *xreadlink(const char *path);
char *xmalloc_realpath(const char *path);
extern void xstat(char *filename, struct stat *buf);
extern pid_t spawn(char **argv);
extern pid_t xspawn(char **argv);