Date: Mon, 5 Aug 2002 12:33:46 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15583 for review Message-ID: <200208051933.g75JXkOu053431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15583 Change 15583 by rwatson@rwatson_freefall on 2002/08/05 12:33:31 Spelling fixes in the Alpha OSF/1 emulation code. Discovered by: beast.FreeBSD.org Affected files ... .. //depot/projects/trustedbsd/mac/sys/alpha/osf1/osf1_mount.c#7 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/alpha/osf1/osf1_mount.c#7 (text+ko) ==== @@ -163,7 +163,7 @@ #ifdef MAC error = mac_check_mount_stat(td->td_proc->p_ucred, mp); if (error) { - drop(fp, td); + fdrop(fp, td); return (error); } #endif @@ -188,7 +188,6 @@ struct mount *mp, *nmp; struct statfs *sp; struct osf1_statfs osfs; - int error; if (SCARG(uap, flags) & ~OSF1_GETFSSTAT_FLAGS) return (EINVAL); 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?200208051933.g75JXkOu053431>