From owner-p4-projects Mon May 6 14:56:37 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7860C37B400; Mon, 6 May 2002 14:56:24 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF1937B40D for ; Mon, 6 May 2002 14:56:22 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g46LuLd28054 for perforce@freebsd.org; Mon, 6 May 2002 14:56:21 -0700 (PDT) (envelope-from arr@freebsd.org) Date: Mon, 6 May 2002 14:56:21 -0700 (PDT) Message-Id: <200205062156.g46LuLd28054@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to arr@freebsd.org using -f From: "Andrew R. Reiter" Subject: PERFORCE change 10906 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10906 Change 10906 by arr@arr_shibby on 2002/05/06 14:56:13 - Change a prototype Affected files ... ... //depot/projects/trustedbsd/audit/sys/sys/audit.h#26 edit Differences ... ==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#26 (text+ko) ==== @@ -261,6 +261,6 @@ struct vnode *audit_write_init(const char *, struct thread *, struct ucred **); void audit_write_shutdown(struct vnode *, struct thread *, struct ucred *); audit_record_t *audit_record_init(int, size_t); -void audit_write_thread(void *); +void audit_write_thread(void); #endif /* !_SYS_AUDIT_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message