aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-08-28 11:08:24 +0100
committerRon Yorston <rmy@pobox.com>2020-08-28 11:08:24 +0100
commitadf41838bb4d33efc8069f9590f8e7ccc3978295 (patch)
treed2763525a85bc220a5cfce6491710d67521e1926 /include
parent5f696450596f34c80edb1bf866a876fcc8692334 (diff)
downloadbusybox-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.h6
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);
472int utimes(const char *file_name, const struct timeval times[2]); 472int utimes(const char *file_name, const struct timeval times[2]);
473 473
474/* 474/*
475 * dirent.h
476 */
477DIR *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