PERFORCE change 125482 for review
Peter Wemm
peter at FreeBSD.org
Mon Aug 20 23:37:15 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125482
Change 125482 by peter at 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);
More information about the p4-projects
mailing list