Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2009 20:10:45 GMT
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169030 for review
Message-ID:  <200909292010.n8TKAjJF023519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=169030

Change 169030 by stas@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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909292010.n8TKAjJF023519>