From ba1ff9b4eb4085b656a65df870865eeeb565fe5e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 1 Oct 2000 17:01:36 +0000 Subject: [PATCH] Apply patch from Giulio Orsero to ensure get_last_path_component is defined under all configurations, -Erik --- utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.c b/utility.c index 03d649757..9a303751d 100644 --- a/utility.c +++ b/utility.c @@ -1691,7 +1691,7 @@ char process_escape_sequence(char **ptr) } #endif -#if defined BB_BASENAME || defined BB_LN || defined BB_SH +#if defined BB_BASENAME || defined BB_LN || defined BB_SH || defined BB_INIT || defined BB_FEATURE_USE_PROCFS char *get_last_path_component(char *path) { char *s=path+strlen(path)-1; -- 2.25.1