Changeset 809 for trunk/src/gmake/kmkbuiltin/cp.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/cp.c
r557 r809 65 65 #include "err.h" 66 66 #include <errno.h> 67 #ifndef _MSC_VER68 67 #include <fts.h> 69 #endif70 68 #include <limits.h> 71 69 #include <signal.h> … … 73 71 #include <stdlib.h> 74 72 #include <string.h> 75 #ifndef _MSC_VER76 73 #include <unistd.h> 77 #else 78 #i nclude "mscfakes.h"79 # include "ftsfake.h"74 75 #ifdef _MSC_VER 76 # include "mscfakes.h" 80 77 #endif 81 78 … … 471 468 if (copy_file(curr, dne)) 472 469 badcp = rval = 1; 473 } else { 470 } else { 474 471 if (copy_link(curr, !dne)) 475 472 badcp = rval = 1;
Note:
See TracChangeset
for help on using the changeset viewer.