diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-24 20:35:45 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-24 20:35:45 +0000 |
commit | 9f80b1ef05916ed865a70e58f44ace9bbe03ab4c (patch) | |
tree | d75333cf5a2360ef3f9fc16bf3099ac2461b45f3 /include/libbb.h | |
parent | 99a0ffbdeef90512689e5f954e5ba04a80a541e2 (diff) | |
download | busybox-w32-9f80b1ef05916ed865a70e58f44ace9bbe03ab4c.tar.gz busybox-w32-9f80b1ef05916ed865a70e58f44ace9bbe03ab4c.tar.bz2 busybox-w32-9f80b1ef05916ed865a70e58f44ace9bbe03ab4c.zip |
Eliminate improper consts and allow standard version to override.
git-svn-id: svn://busybox.net/trunk/busybox@3352 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
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); | |||
259 | extern struct hostent *xgethostbyname(const char *name); | 259 | extern struct hostent *xgethostbyname(const char *name); |
260 | extern int create_icmp_socket(void); | 260 | extern int create_icmp_socket(void); |
261 | 261 | ||
262 | char *dirname (const char *path); | 262 | char *dirname (char *path); |
263 | 263 | ||
264 | int make_directory (char *path, long mode, int flags); | 264 | int make_directory (char *path, long mode, int flags); |
265 | 265 | ||