PERFORCE change 15583 for review

Robert Watson rwatson at freebsd.org
Mon Aug 5 19:33:46 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15583

Change 15583 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list