Diff for /libelwix/src/elwix.c between versions 1.10 and 1.10.6.1

version 1.10, 2022/09/26 19:39:23 version 1.10.6.1, 2023/07/27 21:48:54
Line 239  strlcpy(char *dst, const char *src, size_t siz) Line 239  strlcpy(char *dst, const char *src, size_t siz)
 }  }
 #endif  #endif
   
#ifndef strlcat#ifndef HAVE_STRLCAT
 /*  /*
  * Appends src to string dst of size siz (unlike strncat, siz is the   * Appends src to string dst of size siz (unlike strncat, siz is the
  * full size of dst, not space left).  At most siz-1 characters   * full size of dst, not space left).  At most siz-1 characters

Removed from v.1.10  
changed lines
  Added in v.1.10.6.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>