Diff for /embedaddon/smartmontools/os_generic.cpp between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2013/07/22 01:17:35
Line 1 Line 1
 /*  /*
 * os_generic.c * os_generic.cpp
  *   *
  * Home page of code is: http://smartmontools.sourceforge.net   * Home page of code is: http://smartmontools.sourceforge.net
  *   *
Line 13 Line 13
  * any later version.   * any later version.
  *   *
  * You should have received a copy of the GNU General Public License   * You should have received a copy of the GNU General Public License
 * (for example COPYING); if not, write to the Free * (for example COPYING); If not, see <http://www.gnu.org/licenses/>.
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
  */   */
   
   
Line 71 Line 71
   
 // These are needed to define prototypes and structures for the  // These are needed to define prototypes and structures for the
 // functions defined below  // functions defined below
   #include "int64.h"
 #include "atacmds.h"  #include "atacmds.h"
 #include "utility.h"  #include "utility.h"
   
Line 82 Line 83
 // should have one *_H_CVSID macro appearing below for each file  // should have one *_H_CVSID macro appearing below for each file
 // appearing with #include "*.h" above.  Please list these (below) in  // appearing with #include "*.h" above.  Please list these (below) in
 // alphabetic/dictionary order.  // alphabetic/dictionary order.
const char *os_XXXX_c_cvsid="$Id$" \const char * os_XXXX_cpp_cvsid="$Id$"
ATACMDS_H_CVSID CONFIG_H_CVSID OS_GENERIC_H_CVSID UTILITY_H_CVSID;  ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_GENERIC_H_CVSID UTILITY_H_CVSID;
   
 // This is here to prevent compiler warnings for unused arguments of  // This is here to prevent compiler warnings for unused arguments of
 // functions.  // functions.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>