Diff for /libaitsched/inc/global.h between versions 1.12.16.1 and 1.14.30.1

version 1.12.16.1, 2022/09/26 19:06:17 version 1.14.30.1, 2025/07/16 11:04:41
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.12.16.1  
changed lines
  Added in v.1.14.30.1


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