Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 14:00:07 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113500 for review
Message-ID:  <200701251400.l0PE07Sh033761@repoman.freebsd.org>

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

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



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