PERFORCE change 167785 for review

Stanislav Sedov stas at FreeBSD.org
Tue Aug 25 11:49:22 UTC 2009


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

Change 167785 by stas at 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)


More information about the p4-projects mailing list