diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-18 14:06:03 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-18 14:06:03 +0000 |
| commit | 418ff464c5dcdfa8411ac3a67b1a9c8cd8b27e46 (patch) | |
| tree | 661b06aed50c423157b9f39bd40aba6e5dd46ad0 /applets | |
| parent | 0b31c54b61af762d574892427a6dfeebbd07dc63 (diff) | |
| download | busybox-w32-418ff464c5dcdfa8411ac3a67b1a9c8cd8b27e46.tar.gz busybox-w32-418ff464c5dcdfa8411ac3a67b1a9c8cd8b27e46.tar.bz2 busybox-w32-418ff464c5dcdfa8411ac3a67b1a9c8cd8b27e46.zip | |
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
git-svn-id: svn://busybox.net/trunk/busybox@3900 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
| -rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); | |||
| 35 | * malloc'd string w/ full pathname of busybox's location | 35 | * malloc'd string w/ full pathname of busybox's location |
| 36 | * NULL on failure | 36 | * NULL on failure |
| 37 | */ | 37 | */ |
| 38 | static char *busybox_fullpath() | 38 | static char *busybox_fullpath(void) |
| 39 | { | 39 | { |
| 40 | return xreadlink("/proc/self/exe"); | 40 | return xreadlink("/proc/self/exe"); |
| 41 | } | 41 | } |
