aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-24 20:35:45 +0000
committerMatt Kraai <kraai@debian.org>2001-08-24 20:35:45 +0000
commit80f6d55836963f4e85c297f2901161d0ff69b4cb (patch)
treed75333cf5a2360ef3f9fc16bf3099ac2461b45f3 /include
parentac20ce1924a0eb563acfda6533a80701cd611bfa (diff)
downloadbusybox-80f6d55836963f4e85c297f2901161d0ff69b4cb.tar.gz
Eliminate improper consts and allow standard version to override.
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
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);