Date: Sun, 10 Jul 2005 01:44:56 GMT From: Wayne Salamon <wsalamon@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79880 for review Message-ID: <200507100144.j6A1iubi012897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79880 Change 79880 by wsalamon@rickenbacker on 2005/07/10 01:44:36 Pass the parameter 'fd' to the AUDIT macro instead of the user space parameter, now that audit call is made out of the common kern_fstatfs routine. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#8 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#8 (text+ko) ==== @@ -320,7 +320,7 @@ struct statfs *sp, sb; int error; - AUDIT_ARG(fd, uap->fd); + AUDIT_ARG(fd, fd); error = getvnode(td->td_proc->p_fd, fd, &fp); if (error) return (error);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507100144.j6A1iubi012897>