Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 06:37:14 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 125482 for review
Message-ID:  <200708210637.l7L6bEIS062410@repoman.freebsd.org>

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

Change 125482 by peter@peter_daintree on 2007/08/21 06:36:35

	Point to getpath_kern module location

Affected files ...

.. //depot/projects/valgrind/coregrind/m_main.c#3 edit

Differences ...

==== //depot/projects/valgrind/coregrind/m_main.c#3 (text+ko) ====

@@ -1092,6 +1092,8 @@
 	 VG_(message)(Vg_UserMsg, "*** WARNING! Functionality SEVERELY LIMITED without getpath_kern module!! ***");
 #if defined(for_yahoo)
 	 VG_(message)(Vg_UserMsg, "Please yinst install getpath_kern");
+#else
+	 VG_(message)(Vg_UserMsg, "There is a copy in valgrind/getpath/*");
 #endif
 	 VG_(message)(Vg_UserMsg, "");
 	 VG_(nanosleep)(&ts);



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