Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 08:03:45 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19455 for review
Message-ID:  <200210171503.g9HF3jve059261@repoman.freebsd.org>

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

Change 19455 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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