From 80f6d55836963f4e85c297f2901161d0ff69b4cb Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 24 Aug 2001 20:35:45 +0000 Subject: Eliminate improper consts and allow standard version to override. --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index a7e38325b..30f0bb9a7 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -259,7 +259,7 @@ extern FILE *gz_open(FILE *compressed_file, int *pid); extern struct hostent *xgethostbyname(const char *name); extern int create_icmp_socket(void); -char *dirname (const char *path); +char *dirname (char *path); int make_directory (char *path, long mode, int flags); -- cgit v1.2.3