PERFORCE change 122795 for review

Peter Wemm peter at FreeBSD.org
Tue Jul 3 17:52:35 UTC 2007


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

Change 122795 by peter at peter_overcee on 2007/07/03 17:51:56

	Compiling is good.

Affected files ...

.. //depot/projects/hammer/sys/amd64/linux32/linux32_machdep.c#18 edit
.. //depot/projects/hammer/sys/compat/linux/linux_file.c#22 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/linux32/linux32_machdep.c#18 (text+ko) ====

@@ -927,7 +927,6 @@
 		bsd_args.len  = linux_args->len;
 	}
 	bsd_args.pos = (off_t)linux_args->pgoff * PAGE_SIZE;
-	bsd_args.pad = 0;
 
 #ifdef DEBUG
 	if (ldebug(mmap))
@@ -1153,7 +1152,6 @@
 #endif
 
 	sa.fd = args->fd;
-	sa.pad = 0;
 	sa.length = args->length;
 	return ftruncate(td, &sa);
 }

==== //depot/projects/hammer/sys/compat/linux/linux_file.c#22 (text+ko) ====

@@ -835,7 +835,6 @@
 		} */ nuap;
 	   
 	nuap.fd = args->fd;
-	nuap.pad = 0;
 	nuap.length = args->length;
 	return (ftruncate(td, &nuap));
 }


More information about the p4-projects mailing list