PERFORCE change 113500 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Jan 25 14:00:13 UTC 2007


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

Change 113500 by rdivacky at rdivacky_witten on 2007/01/25 13:59:54

	Make linux_mmap compilable with DEBUG after jkim's mmap commit.

Affected files ...

.. //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#22 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#22 (text+ko) ====

@@ -605,7 +605,7 @@
 	if (ldebug(mmap))
 		printf(ARGS(mmap, "%p, %d, %d, 0x%08x, %d, %d"),
 		    (void *)linux_args.addr, linux_args.len, linux_args.prot,
-		    linux_args.flags, linux_args.fd, linux_args.pos);
+		    linux_args.flags, linux_args.fd, linux_args.pgoff);
 #endif
 
 	return (linux_mmap_common(td, &linux_args));


More information about the p4-projects mailing list