From owner-p4-projects@FreeBSD.ORG Wed Jun 29 22:19:00 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 339B116A421; Wed, 29 Jun 2005 22:19:00 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B73216A41F for ; Wed, 29 Jun 2005 22:19:00 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC6843D1D for ; Wed, 29 Jun 2005 22:18:59 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TMIxtF048785 for ; Wed, 29 Jun 2005 22:18:59 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TMIxHX048782 for perforce@freebsd.org; Wed, 29 Jun 2005 22:18:59 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 29 Jun 2005 22:18:59 GMT Message-Id: <200506292218.j5TMIxHX048782@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 79201 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 22:19:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=79201 Change 79201 by rwatson@rwatson_zoo on 2005/06/29 22:18:37 When integrating trustedbsd_audit3, the change to the arguments to auditctl() was accidentally lost. Re-make the change. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#16 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#16 (text+ko) ==== @@ -784,7 +784,7 @@ 452 AUE_SETAUDIT_ADDR MNOSTD { int setaudit_addr( \ struct auditinfo_addr *auditinfo_addr, \ u_int length); } -453 AUE_AUDITCTL MNOSTD { int auditctl(int cmd, char *path); } +453 AUE_AUDITCTL MNOSTD { int auditctl(char *path); } 454 AUE_NULL MSTD { int _umtx_op(struct umtx *umtx, int op, \ long id, void *uaddr, void *uaddr2); } 455 AUE_NULL MSTD { int thr_new(struct thr_param *param, \