PERFORCE change 19455 for review
Robert Watson
rwatson at freebsd.org
Thu Oct 17 15:03:45 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19455
Change 19455 by rwatson at rwatson_tislabs on 2002/10/17 08:03:21
Fix syntax bug in printf.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#10 (text+ko) ====
@@ -500,7 +500,7 @@
!VOP_GETATTR(vp, &va,
curthread->td_ucred,
curthread)) {
- printf(" inode=%ld, mountpoint=%s, "
+ printf(" inode=%ld, mountpoint=%s, ",
va.va_fileid,
vp->v_mount->mnt_stat.f_mntonname);
} else {
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