aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-24 20:35:45 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-24 20:35:45 +0000
commit9f80b1ef05916ed865a70e58f44ace9bbe03ab4c (patch)
treed75333cf5a2360ef3f9fc16bf3099ac2461b45f3 /include/libbb.h
parent99a0ffbdeef90512689e5f954e5ba04a80a541e2 (diff)
downloadbusybox-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.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);
259extern struct hostent *xgethostbyname(const char *name); 259extern struct hostent *xgethostbyname(const char *name);
260extern int create_icmp_socket(void); 260extern int create_icmp_socket(void);
261 261
262char *dirname (const char *path); 262char *dirname (char *path);
263 263
264int make_directory (char *path, long mode, int flags); 264int make_directory (char *path, long mode, int flags);
265 265