PERFORCE change 79880 for review
Wayne Salamon
wsalamon at FreeBSD.org
Sun Jul 10 01:44:56 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79880
Change 79880 by wsalamon at 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);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list