Diff for /libelwix/inc/elwix.h between versions 1.27.2.1 and 1.29.2.1

version 1.27.2.1, 2025/09/26 15:51:31 version 1.29.2.1, 2026/02/10 16:15:38
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 - 2025Copyright 2004 - 2026
         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 56  SUCH DAMAGE. Line 56  SUCH DAMAGE.
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/un.h>  #include <sys/un.h>
   #include <stdatomic.h>
 #ifndef __linux__  #ifndef __linux__
 #include <sys/limits.h>  #include <sys/limits.h>
 #include <sys/endian.h>  #include <sys/endian.h>
Line 84  SUCH DAMAGE. Line 85  SUCH DAMAGE.
 #include <elwix/aiov.h>  #include <elwix/aiov.h>
 #include <elwix/aindex.h>  #include <elwix/aindex.h>
 #include <elwix/aring.h>  #include <elwix/aring.h>
   #include <elwix/auuid.h>
   
   
 #ifndef STRSIZ  #ifndef STRSIZ

Removed from v.1.27.2.1  
changed lines
  Added in v.1.29.2.1


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