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

version 1.10, 2022/09/26 19:39:23 version 1.11, 2024/01/22 15:24:28
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2022Copyright 2004 - 2023
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
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.11


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