Date: Tue, 10 Apr 2007 13:09:34 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 117837 for review Message-ID: <200704101309.l3AD9Y7t009738@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117837 Change 117837 by rdivacky@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704101309.l3AD9Y7t009738>