diff options
| author | Matt Kraai <kraai@debian.org> | 2001-08-24 20:35:45 +0000 |
|---|---|---|
| committer | Matt Kraai <kraai@debian.org> | 2001-08-24 20:35:45 +0000 |
| commit | 80f6d55836963f4e85c297f2901161d0ff69b4cb (patch) | |
| tree | d75333cf5a2360ef3f9fc16bf3099ac2461b45f3 /include | |
| parent | ac20ce1924a0eb563acfda6533a80701cd611bfa (diff) | |
| download | busybox-w32-80f6d55836963f4e85c297f2901161d0ff69b4cb.tar.gz busybox-w32-80f6d55836963f4e85c297f2901161d0ff69b4cb.tar.bz2 busybox-w32-80f6d55836963f4e85c297f2901161d0ff69b4cb.zip | |
Eliminate improper consts and allow standard version to override.
Diffstat (limited to 'include')
| -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 | ||
