Diff for /libelwix/src/elwix.c between versions 1.9 and 1.9.56.1

version 1.9, 2017/01/09 12:53:18 version 1.9.56.1, 2022/09/26 18:55:21
Line 209  elwix_byteOrder() Line 209  elwix_byteOrder()
         return *(char*) &x;          return *(char*) &x;
 }  }
   
#ifndef strlcpy#ifndef HAVE_STRLCPY
 /*  /*
  * Copy src to string dst of size siz.  At most siz-1 characters   * Copy src to string dst of size siz.  At most siz-1 characters
  * will be copied.  Always NUL terminates (unless siz == 0).   * will be copied.  Always NUL terminates (unless siz == 0).

Removed from v.1.9  
changed lines
  Added in v.1.9.56.1


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