PERFORCE change 169030 for review

Stanislav Sedov stas at FreeBSD.org
Tue Sep 29 20:10:45 UTC 2009


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

Change 169030 by stas at stas_yandex on 2009/09/29 20:09:44

	- Do not emit warning message on DRD startup.

Affected files ...

.. //depot/projects/valgrind/drd/drd_main.c#3 edit

Differences ...

==== //depot/projects/valgrind/drd/drd_main.c#3 (text+ko) ====

@@ -547,7 +547,7 @@
 
 static void DRD_(post_clo_init)(void)
 {
-#if defined(VGO_linux) || defined(VGO_darwin)
+#if defined(VGO_linux) || defined(VGO_darwin) || defined(VGO_freebsd)
    /* fine */
 #else
    VG_(printf)("\nWARNING: DRD has not yet been tested on this operating system.\n\n");


More information about the p4-projects mailing list