Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 15:44:12 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 93716 for review
Message-ID:  <200603211544.k2LFiC9F055906@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=93716

Change 93716 by millert@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603211544.k2LFiC9F055906>