Date: Tue, 25 Aug 2009 11:49:21 GMT From: Stanislav Sedov <stas@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 167785 for review Message-ID: <200908251149.n7PBnLnH040371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167785 Change 167785 by stas@stas_yandex on 2009/08/25 11:49:04 - Ifdef unused on FreeBSD variable. Affected files ... .. //depot/projects/valgrind/coregrind/m_main.c#14 edit Differences ... ==== //depot/projects/valgrind/coregrind/m_main.c#14 (text+ko) ==== @@ -1118,7 +1118,9 @@ VG_(printf_xml)("\n"); if (VG_(clo_verbosity) > 1) { +#if !defined(VGO_freebsd) SysRes fd; +#endif VexArch vex_arch; VexArchInfo vex_archinfo; if (!logging_to_fd)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908251149.n7PBnLnH040371>