PERFORCE change 122806 for review

Peter Wemm peter at FreeBSD.org
Tue Jul 3 21:59:55 UTC 2007


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

Change 122806 by peter at peter_work on 2007/07/03 21:59:34

	Compiling is good!

Affected files ...

.. //depot/projects/hammer/sys/i386/linux/linux_machdep.c#25 edit

Differences ...

==== //depot/projects/hammer/sys/i386/linux/linux_machdep.c#25 (text+ko) ====

@@ -778,7 +778,6 @@
 		bsd_args.len  = linux_args->len;
 	}
 	bsd_args.pos = linux_args->pgoff;
-	bsd_args.pad = 0;
 
 #ifdef DEBUG
 	if (ldebug(mmap))
@@ -1076,7 +1075,6 @@
 #endif
 
 	sa.fd = args->fd;
-	sa.pad = 0;
 	sa.length = args->length;
 	return ftruncate(td, &sa);
 }


More information about the p4-projects mailing list