PERFORCE change 169020 for review

Stanislav Sedov stas at FreeBSD.org
Tue Sep 29 17:30:50 UTC 2009


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

Change 169020 by stas at stas_yandex on 2009/09/29 17:29:59

	- Fix OS detection.

Affected files ...

.. //depot/projects/valgrind/tests/os_test.c#3 edit

Differences ...

==== //depot/projects/valgrind/tests/os_test.c#3 (text+ko) ====

@@ -39,7 +39,7 @@
    if ( 0 == strcmp( OS, "darwin" ) ) return True;
 
 #elif defined(VGO_freebsd)
-   if ( 0 == strcmp( OS, "darwin" ) ) return True;
+   if ( 0 == strcmp( OS, "freebsd" ) ) return True;
 
 #else
 #  error Unknown OS


More information about the p4-projects mailing list