PERFORCE change 86419 for review

Todd Miller millert at FreeBSD.org
Mon Nov 7 15:28:26 GMT 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;
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