PERFORCE change 86419 for review

Todd Miller millert at FreeBSD.org
Mon Nov 7 07:28:28 PST 2005


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

Change 86419 by millert at millert_ibook on 2005/11/07 15:27:50

	Use printk, not printf for consistency

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/avc/avc.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/avc/avc.c#6 (text+ko) ====

@@ -619,11 +619,11 @@
 						 curthread->td_ucred,
 						 curthread)) {
 #endif
-					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 p4-projects mailing list