Changeset 2192
- Timestamp:
 - Jan 5, 2009, 5:07:13 AM (17 years ago)
 - Location:
 - trunk/src/kmk/kmkbuiltin
 - Files:
 - 
      
- 2 edited
 
- 
          
  cp.c (modified) (1 diff)
 - 
          
  cp_utils.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/kmkbuiltin/cp.c
r2113 r2192 81 81 #include "kmkbuiltin.h" 82 82 #include "kbuild_protection.h" 83 84 #if defined(_MSC_VER) || defined(__sun__) || defined(__gnu_linux__) || defined(__linux__) 85 extern char *strlcpy(char *, const char *, size_t); 86 #endif 83 87 84 88  - 
      
trunk/src/kmk/kmkbuiltin/cp_utils.c
r2113 r2192 61 61 # define MSC_DO_64_BIT_IO 62 62 # include "mscfakes.h" 63 #else 64 # include <sys/time.h> 63 65 #endif 64 66 #include "cp_extern.h"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  