Ignore:
Timestamp:
Jan 5, 2009, 5:07:13 AM (17 years ago)
Author:
bird
Message:

cp.c, cp_utils.c: fixed a couple of warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cp.c

    r2113 r2192  
    8181#include "kmkbuiltin.h"
    8282#include "kbuild_protection.h"
     83
     84#if defined(_MSC_VER) || defined(__sun__) || defined(__gnu_linux__) || defined(__linux__)
     85extern char *strlcpy(char *, const char *, size_t);
     86#endif
    8387
    8488
Note: See TracChangeset for help on using the changeset viewer.