From d30f8822bf827755a6eb9a6b25c179356f703624 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 30 Oct 2006 18:34:30 +0000
Subject: [PATCH] Fixed file names in internal comment: .c --> .cpp

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2317 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/os_generic.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sm5/os_generic.cpp b/sm5/os_generic.cpp
index 2b9e33e0d..6f36aec3a 100644
--- a/sm5/os_generic.cpp
+++ b/sm5/os_generic.cpp
@@ -32,7 +32,8 @@
  [0] Contact smartmontools-support@lists.sourceforge.net to check
      that it's not already been done.
 
- [1] Make copies of os_generic.[hc] called os_myOS.[hc].
+ [1] Make copies of os_generic.h and os_generic.cpp called os_myOS.h
+     and os_myOS.cpp .
 
  [2] Modify configure.in so that case "${host}" includes myOS.
 
@@ -47,7 +48,10 @@
      where the macro HAVE_MISSINGFUNCTION is (or is not) defined in
      config.h.
 
- [4] Provide the functions defined in this file by fleshing out the
+ [4] Now that you have a working build environment, you have to
+     replace the 'stub' function calls provided in this file.
+
+     Provide the functions defined in this file by fleshing out the
      skeletons below.  You can entirely eliminate the function
      'unsupported()'.
 
@@ -79,7 +83,7 @@
 // should have one *_H_CVSID macro appearing below for each file
 // appearing with #include "*.h" above.  Please list these (below) in
 // alphabetic/dictionary order.
-const char *os_XXXX_c_cvsid="$Id: os_generic.cpp,v 1.24 2006/09/20 16:17:31 shattered Exp $" \
+const char *os_XXXX_c_cvsid="$Id: os_generic.cpp,v 1.25 2006/10/30 18:34:30 ballen4705 Exp $" \
 ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_GENERIC_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
 
 
-- 
GitLab