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

version 1.14, 2022/10/17 22:45:06 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  #endif
   

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


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