PERFORCE change 117837 for review

Roman Divacky rdivacky at FreeBSD.org
Tue Apr 10 13:09:34 UTC 2007


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

Change 117837 by rdivacky at rdivacky_witten on 2007/04/10 13:09:09

	I got lost in the linux_foo, linux_foo64, linux_fooXYZ etc. remove param
	that is not present.
	
	Noticed by: netchild

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_stats.c#12 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_stats.c#12 (text+ko) ====

@@ -385,7 +385,7 @@
 
 #ifdef DEBUG
 	if (ldebug(statfs))
-		printf(ARGS(statfs, "%s, *"), path, args->sz);
+		printf(ARGS(statfs, "%s, *"), path);
 #endif
 	error = kern_statfs(td, path, UIO_SYSSPACE, &bsd_statfs);
 	LFREEPATH(path);


More information about the p4-projects mailing list