Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2006 11:26:28 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 112345 for review
Message-ID:  <200612311126.kBVBQSwT045507@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112345

Change 112345 by rdivacky@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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612311126.kBVBQSwT045507>