Date: Mon, 6 May 2002 14:56:21 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 10906 for review Message-ID: <200205062156.g46LuLd28054@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205062156.g46LuLd28054>