Changeset 809 for trunk/src/gmake/kmkbuiltin/rm.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/rm.c
r557 r809 47 47 #include <sys/stat.h> 48 48 #ifndef _MSC_VER 49 # include <sys/param.h>50 # include <sys/mount.h>49 # include <sys/param.h> 50 # include <sys/mount.h> 51 51 #endif 52 52 … … 55 55 #include <fcntl.h> 56 56 #ifdef DO_RMTREE 57 #include <fts.h> 58 #endif 59 #ifndef _MSC_VER 57 # include <fts.h> 58 #endif 60 59 #include <grp.h> 61 60 #include <pwd.h> 62 #endif63 61 #include <stdio.h> 64 62 #include <stdlib.h> 65 63 #include <string.h> 66 #ifndef _MSC_VER67 64 #include <sysexits.h> 68 65 #include <unistd.h> 69 #else 70 #include "mscfakes.h" 66 67 #ifdef __sun__ 68 # include "getopt.h" 69 #endif 70 #ifdef _MSC_VER 71 # include "mscfakes.h" 71 72 #endif 72 73
Note:
See TracChangeset
for help on using the changeset viewer.