PERFORCE change 93716 for review

Todd Miller millert at FreeBSD.org
Tue Mar 21 15:44:33 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93716

Change 93716 by millert at millert_p3 on 2006/03/21 15:43:43

	This is linux code so use printk for consistency.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/avc/avc.c#9 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/avc/avc.c#9 (text+ko) ====

@@ -614,11 +614,11 @@
 				    !VOP_GETATTR(vp, &va,
 						 curthread->td_ucred,
 						 curthread)) {
-					printf(" inode=%ld, mountpoint=%s, ",
+					printk(" inode=%ld, mountpoint=%s, ",
 					    va.va_fileid, 
 					    vp->v_mount->mnt_stat.f_mntonname);
 				} else {
-					printf(" fs/inode info not available");
+					printk(" fs/inode info not available");
 				}
 			}
 			break;


More information about the trustedbsd-cvs mailing list