diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-28 11:08:24 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-28 11:08:24 +0100 |
commit | adf41838bb4d33efc8069f9590f8e7ccc3978295 (patch) | |
tree | d2763525a85bc220a5cfce6491710d67521e1926 /include | |
parent | 5f696450596f34c80edb1bf866a876fcc8692334 (diff) | |
download | busybox-w32-adf41838bb4d33efc8069f9590f8e7ccc3978295.tar.gz busybox-w32-adf41838bb4d33efc8069f9590f8e7ccc3978295.tar.bz2 busybox-w32-adf41838bb4d33efc8069f9590f8e7ccc3978295.zip |
ash, ls: improve support for 'c:path'
Revert commit 249f68e3c (win32: append '/' to bare drive name in
opendir).
Instead add better handling for paths of the form 'c:path' to ls
and expmeta() in ash.
Adds 64 bytes.
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mingw.h b/include/mingw.h index 79cf6c783..d70bc26e6 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -472,12 +472,6 @@ int mingw_isatty(int fd); | |||
472 | int utimes(const char *file_name, const struct timeval times[2]); | 472 | int utimes(const char *file_name, const struct timeval times[2]); |
473 | 473 | ||
474 | /* | 474 | /* |
475 | * dirent.h | ||
476 | */ | ||
477 | DIR *mingw_opendir(const char *path); | ||
478 | #define opendir mingw_opendir | ||
479 | |||
480 | /* | ||
481 | * Functions with different prototypes in BusyBox and WIN32 | 475 | * Functions with different prototypes in BusyBox and WIN32 |
482 | */ | 476 | */ |
483 | #define itoa bb_itoa | 477 | #define itoa bb_itoa |