PERFORCE change 108828 for review

Robert Watson rwatson at FreeBSD.org
Tue Oct 31 14:54:23 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108828

Change 108828 by rwatson at rwatson_zoo on 2006/10/31 14:53:46

	Spelling error.  Not sure why build tests didn't catch this.
	Submitted by:	pjd

Affected files ...

.. //depot/projects/trustedbsd/priv/sys/fs/umapfs/umap_vfsops.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/priv/sys/fs/umapfs/umap_vfsops.c#4 (text+ko) ====

@@ -90,7 +90,7 @@
 	 */
 	error = priv_check(td, PRIV_VFS_MOUNT);
 	if (error)
-		return (ERROR);
+		return (error);
 
 #ifdef DEBUG
 	printf("umapfs_mount(mp = %p)\n", (void *)mp);


More information about the trustedbsd-cvs mailing list