VirtualBox

Changeset 2192 in kBuild


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

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

Location:
trunk/src/kmk/kmkbuiltin
Files:
2 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
  • trunk/src/kmk/kmkbuiltin/cp_utils.c

    r2113 r2192  
    6161# define MSC_DO_64_BIT_IO
    6262# include "mscfakes.h"
     63#else
     64# include <sys/time.h>
    6365#endif
    6466#include "cp_extern.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette