Changeset 2206 for trunk/src


Ignore:
Timestamp:
Jan 6, 2009, 11:31:13 PM (17 years ago)
Author:
bird
Message:

cp.c: solaris build fix (strlcpy).

File:
1 edited

Legend:

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

    r2192 r2206  
    8282#include "kbuild_protection.h"
    8383
    84 #if defined(_MSC_VER) || defined(__sun__) || defined(__gnu_linux__) || defined(__linux__)
     84#if defined(_MSC_VER) || defined(__gnu_linux__) || defined(__linux__)
    8585extern char *strlcpy(char *, const char *, size_t);
    8686#endif
Note: See TracChangeset for help on using the changeset viewer.