OSDN Git Service

2002-09-09 Ben Elliston <bje@redhat.com>
authorbje <bje>
Mon, 9 Sep 2002 15:07:32 +0000 (15:07 +0000)
committerbje <bje>
Mon, 9 Sep 2002 15:07:32 +0000 (15:07 +0000)
* sidmiscutil.h (sid_file_search_path): More ISO C++ conformance.

sid/include/ChangeLog
sid/include/sidmiscutil.h

index 972a477..8ae12a4 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-09  Ben Elliston  <bje@redhat.com>
+
+       * sidmiscutil.h (sid_file_search_path): More ISO C++ conformance.
+
 2002-04-23  Ben Elliston  <bje@redhat.com>
 
        * sidcpuutil.h (basic_cpu::update_trace_destination): Open trace
index f29ff97..8bc63d0 100644 (file)
@@ -331,8 +331,8 @@ namespace sidutil
       {
        int rc = cygwin_conv_to_full_posix_path (sep, conv_fn);
        if (rc != 0)
-         cerr << "sid_file_search_path: cygwin_conv_to_full_posix_path failed: " 
-              << std_error_string () << endl;
+         std::cerr << "sid_file_search_path: cygwin_conv_to_full_posix_path failed: " 
+                   << std_error_string () << std::endl;
        else
          sep = conv_fn;
       }