[Midnightbsd-cvs] src [7519] trunk: Some recent changes caused build issues after the addition of the wait6 system call.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 12 20:24:32 EDT 2016


Revision: 7519
          http://svnweb.midnightbsd.org/src/?rev=7519
Author:   laffer1
Date:     2016-04-12 20:24:32 -0400 (Tue, 12 Apr 2016)
Log Message:
-----------
Some recent changes caused build issues after the addition of the wait6 system call. Fix those problems.

Modified Paths:
--------------
    trunk/contrib/openbsm/etc/audit_event
    trunk/sys/kern/syscalls.master

Modified: trunk/contrib/openbsm/etc/audit_event
===================================================================
--- trunk/contrib/openbsm/etc/audit_event	2016-04-12 22:58:27 UTC (rev 7518)
+++ trunk/contrib/openbsm/etc/audit_event	2016-04-13 00:24:32 UTC (rev 7519)
@@ -1,6 +1,6 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#41 $
-# $FreeBSD$
+# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#43 $
+# $FreeBSD: releng/9.2/contrib/openbsm/etc/audit_event 244390 2012-12-18 09:32:44Z rwatson $
 #
 # The mapping between event identifiers and values is also hard-coded in
 # audit_kevents.h and audit_uevents.h, so changes must occur in both places,
@@ -558,6 +558,11 @@
 43194:AUE_FSCTL:fsctl():fm
 43195:AUE_FFSCTL:ffsctl():fm
 43196:AUE_LPATHCONF:lpathconf(2):fa
+43197:AUE_PDFORK:pdfork(2):pc
+43198:AUE_PDKILL:pdkill(2):pc
+43199:AUE_PDGETPID:pdgetpid(2):pc
+43200:AUE_PDWAIT:pdwait(2):pc
+43201:AUE_WAIT6:wait6(2):pc
 #
 # Solaris userspace events.
 #

Modified: trunk/sys/kern/syscalls.master
===================================================================
--- trunk/sys/kern/syscalls.master	2016-04-12 22:58:27 UTC (rev 7518)
+++ trunk/sys/kern/syscalls.master	2016-04-13 00:24:32 UTC (rev 7519)
@@ -1,4 +1,4 @@
- $FreeBSD$
+ $MidnightBSD$
 ;	from: @(#)syscalls.master	8.2 (Berkeley) 1/13/94
 ;
 ; System call name/number master file.
@@ -957,7 +957,7 @@
 				    off_t offset, off_t len); }
 531	AUE_NULL	STD	{ int posix_fadvise(int fd, off_t offset, \
 				    off_t len, int advice); }
-532	AUE_WAIT6	STD	{ int wait6(int idtype, int id, \
+532	AUE_WAIT6	STD	{ int wait6(int idtype, id_t id, \
 				    int *status, int options, \
 				    struct __wrusage *wrusage, \
 				    siginfo_t *info); }



More information about the Midnightbsd-cvs mailing list