Author: kevans Date: Sat Jan 25 05:52:31 2020 New Revision: 357109 URL: https://svnweb.freebsd.org/changeset/base/357109
Log: Regenerate ibcs2 sysent targets, NFC Direct commit; these hadn't been regenerated in a wihle, and it's nice to see no diff going forward in case these get tweaked a little bit more for conventions. Unlikely. Modified: stable/11/sys/i386/ibcs2/ibcs2_isc_syscall.h stable/11/sys/i386/ibcs2/ibcs2_isc_sysent.c stable/11/sys/i386/ibcs2/ibcs2_xenix.h stable/11/sys/i386/ibcs2/ibcs2_xenix_syscall.h stable/11/sys/i386/ibcs2/ibcs2_xenix_sysent.c Changes in other areas also in this revision: Modified: stable/12/sys/i386/ibcs2/ibcs2_isc_syscall.h stable/12/sys/i386/ibcs2/ibcs2_isc_sysent.c stable/12/sys/i386/ibcs2/ibcs2_xenix.h stable/12/sys/i386/ibcs2/ibcs2_xenix_syscall.h stable/12/sys/i386/ibcs2/ibcs2_xenix_sysent.c Modified: stable/11/sys/i386/ibcs2/ibcs2_isc_syscall.h ============================================================================== --- stable/11/sys/i386/ibcs2/ibcs2_isc_syscall.h Sat Jan 25 05:47:56 2020 (r357108) +++ stable/11/sys/i386/ibcs2/ibcs2_isc_syscall.h Sat Jan 25 05:52:31 2020 (r357109) @@ -3,7 +3,6 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb */ #define IBCS2_ISC_ibcs2_rename 2 Modified: stable/11/sys/i386/ibcs2/ibcs2_isc_sysent.c ============================================================================== --- stable/11/sys/i386/ibcs2/ibcs2_isc_sysent.c Sat Jan 25 05:47:56 2020 (r357108) +++ stable/11/sys/i386/ibcs2/ibcs2_isc_sysent.c Sat Jan 25 05:52:31 2020 (r357109) @@ -3,7 +3,6 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/ibcs2/syscalls.isc 160798 2006-07-28 19:05:28Z jhb */ #include <sys/param.h> Modified: stable/11/sys/i386/ibcs2/ibcs2_xenix.h ============================================================================== --- stable/11/sys/i386/ibcs2/ibcs2_xenix.h Sat Jan 25 05:47:56 2020 (r357108) +++ stable/11/sys/i386/ibcs2/ibcs2_xenix.h Sat Jan 25 05:52:31 2020 (r357109) @@ -3,7 +3,6 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb */ #ifndef _IBCS2_XENIX_H_ @@ -12,8 +11,10 @@ #include <sys/signal.h> #include <sys/acl.h> #include <sys/cpuset.h> +#include <sys/_ffcounter.h> #include <sys/_semaphore.h> #include <sys/ucontext.h> +#include <sys/wait.h> #include <bsm/audit_kevents.h> @@ -134,6 +135,12 @@ int xenix_utsname(struct thread *, struct xenix_utsnam #endif /* COMPAT_FREEBSD7 */ + + +#ifdef COMPAT_FREEBSD10 + + +#endif /* COMPAT_FREEBSD10 */ #define IBCS2_XENIX_AUE_xenix_rdchk AUE_NULL #define IBCS2_XENIX_AUE_xenix_chsize AUE_FTRUNCATE Modified: stable/11/sys/i386/ibcs2/ibcs2_xenix_syscall.h ============================================================================== --- stable/11/sys/i386/ibcs2/ibcs2_xenix_syscall.h Sat Jan 25 05:47:56 2020 (r357108) +++ stable/11/sys/i386/ibcs2/ibcs2_xenix_syscall.h Sat Jan 25 05:52:31 2020 (r357109) @@ -3,7 +3,6 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb */ #define IBCS2_XENIX_xenix_rdchk 7 Modified: stable/11/sys/i386/ibcs2/ibcs2_xenix_sysent.c ============================================================================== --- stable/11/sys/i386/ibcs2/ibcs2_xenix_sysent.c Sat Jan 25 05:47:56 2020 (r357108) +++ stable/11/sys/i386/ibcs2/ibcs2_xenix_sysent.c Sat Jan 25 05:52:31 2020 (r357109) @@ -3,7 +3,6 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb */ #include <sys/param.h> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"