Changeset 2546 for trunk/src/kmk/kmkbuiltin/rm.c
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/rm.c
r2466 r2546 44 44 #include "config.h" 45 45 #include <sys/stat.h> 46 #if ndef _MSC_VER46 #if !defined(_MSC_VER) && !defined(__HAIKU__) 47 47 # include <sys/param.h> 48 48 # include <sys/mount.h> … … 58 58 #include <stdlib.h> 59 59 #include <string.h> 60 #include <sysexits.h> 60 #ifndef __HAIKU__ 61 # include <sysexits.h> 62 #endif 61 63 #include <unistd.h> 62 64 #include <ctype.h> 63 65 #include "getopt.h" 66 #ifdef __HAIKU__ 67 # include "haikufakes.h" 68 #endif 64 69 #ifdef _MSC_VER 65 70 # include "mscfakes.h"
Note:
See TracChangeset
for help on using the changeset viewer.