From fb74a4508876d4e11a5d3444fe74d083354d081a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 18 Dec 2001 14:06:03 +0000 Subject: Vodz' last_patch31 Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index e6e5eca2d..858358175 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -35,7 +35,7 @@ typedef int (*__link_f)(const char *, const char *); * malloc'd string w/ full pathname of busybox's location * NULL on failure */ -static char *busybox_fullpath() +static char *busybox_fullpath(void) { return xreadlink("/proc/self/exe"); } -- cgit v1.2.3