Diff for /libaitsched/inc/global.h between versions 1.13 and 1.15

version 1.13, 2022/09/26 19:42:50 version 1.15, 2025/07/16 11:07:06
Line 79  SUCH DAMAGE. Line 79  SUCH DAMAGE.
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #endif  #endif
 #include <sys/time.h>  #include <sys/time.h>
#ifdef HAVE_BSD_STRING_H#if defined(HAVE_LIBBSD) && ! defined(HAVE_LIBELWIX)
 #include <bsd/string.h>  #include <bsd/string.h>
   #endif
   
   #ifdef __ELWIX
   #include <elwix.h>
 #endif  #endif
   
 #include "aitsched.h"  #include "aitsched.h"

Removed from v.1.13  
changed lines
  Added in v.1.15


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