PERFORCE change 112345 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Dec 31 03:26:29 PST 2006


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

Change 112345 by rdivacky at rdivacky_witten on 2006/12/31 11:26:00

	Fix fat finger typo ;(

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_mib.c#4 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_mib.c#4 (text+ko) ====

@@ -244,7 +244,7 @@
 		}
 		mtx_unlock(&pr->pr_mtx);
 	} else
-	use26 = linux_use_linux26;
+		use26 = linux_use_linux26;
 	
 	return (use26);
 }


More information about the p4-projects mailing list