Date: Tue, 25 Apr 2006 17:48:06 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96078 for review Message-ID: <200604251748.k3PHm6Bf058143@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96078 Change 96078 by csjp@csjp_xor on 2006/04/25 17:47:06 Fix spelling error. Spotted by: wsalamon Affected files ... .. //depot/projects/trustedbsd/audit3/usr.bin/su/su.c#15 edit Differences ... ==== //depot/projects/trustedbsd/audit3/usr.bin/su/su.c#15 (text+ko) ==== @@ -256,7 +256,7 @@ if (pwd == NULL) { #ifdef USE_BSM_AUDIT if (audit_submit(AUE_su, getuid(), 1, EPERM, - "unable to determain invoking subject")) + "unable to determine invoking subject")) errx(1, "Permission denied"); #endif errx(1, "who are you?");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604251748.k3PHm6Bf058143>