Changeset 2546 for trunk/src/kmk/kmkbuiltin/mv.c
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/mv.c
r2421 r2546 56 56 # include <sys/time.h> 57 57 # include <sys/wait.h> 58 # include <sys/mount.h> 58 # ifndef __HAIKU__ 59 # include <sys/mount.h> 60 # endif 59 61 #endif 60 62 #include <sys/stat.h> … … 70 72 #include <stdlib.h> 71 73 #include <string.h> 72 #include <sysexits.h> 74 #ifndef __HAIKU__ 75 # include <sysexits.h> 76 #endif 73 77 #include <unistd.h> 74 78 #include "getopt.h" 75 79 #ifdef __sun__ 76 80 # include "solfakes.h" 81 #endif 82 #ifdef __HAIKU__ 83 # include "haikufakes.h" 77 84 #endif 78 85 #ifdef _MSC_VER
Note:
See TracChangeset
for help on using the changeset viewer.