diff options
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1691,7 +1691,7 @@ char process_escape_sequence(char **ptr) | |||
1691 | } | 1691 | } |
1692 | #endif | 1692 | #endif |
1693 | 1693 | ||
1694 | #if defined BB_BASENAME || defined BB_LN || defined BB_SH | 1694 | #if defined BB_BASENAME || defined BB_LN || defined BB_SH || defined BB_INIT || defined BB_FEATURE_USE_PROCFS |
1695 | char *get_last_path_component(char *path) | 1695 | char *get_last_path_component(char *path) |
1696 | { | 1696 | { |
1697 | char *s=path+strlen(path)-1; | 1697 | char *s=path+strlen(path)-1; |