diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-26 09:42:49 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-26 09:42:49 +0100 |
commit | 627e50a77609a4d4b5738c64d401fc53331eee46 (patch) | |
tree | b541bbcfe8d8bc713559daf27dd014e1b8f65ee3 /include | |
parent | 4113d7d1d89d6ad5fb47f56ad8ffa6049cd354b8 (diff) | |
download | busybox-w32-627e50a77609a4d4b5738c64d401fc53331eee46.tar.gz busybox-w32-627e50a77609a4d4b5738c64d401fc53331eee46.tar.bz2 busybox-w32-627e50a77609a4d4b5738c64d401fc53331eee46.zip |
Simplify MINGW32 support in ls.c
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 69bf05574..89268d62b 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -209,6 +209,7 @@ NOIMPL(mingw_bind,SOCKET s UNUSED_PARAM,const struct sockaddr* sa UNUSED_PARAM,i | |||
209 | /* | 209 | /* |
210 | * sys/stat.h | 210 | * sys/stat.h |
211 | */ | 211 | */ |
212 | typedef int blkcnt_t; | ||
212 | typedef int nlink_t; | 213 | typedef int nlink_t; |
213 | 214 | ||
214 | #define S_ISUID 04000 | 215 | #define S_ISUID 04000 |