Diff for /embedaddon/smartmontools/smartd.cpp between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:17:36 version 1.1.1.4, 2013/10/14 07:54:04
Line 21 Line 21
  *   *
  */   */
   
   #include "config.h"
   #include "int64.h"
   
 // unconditionally included files  // unconditionally included files
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
Line 41 Line 44
 #include <vector>  #include <vector>
 #include <algorithm> // std::replace()  #include <algorithm> // std::replace()
   
 // see which system files to conditionally include  
 #include "config.h"  
   
 // conditionally included files  // conditionally included files
 #ifndef _WIN32  #ifndef _WIN32
 #include <sys/wait.h>  #include <sys/wait.h>
Line 74  typedef int pid_t; Line 74  typedef int pid_t;
 #endif // LIBCAP_NG  #endif // LIBCAP_NG
   
 // locally included files  // locally included files
 #include "int64.h"  
 #include "atacmds.h"  #include "atacmds.h"
 #include "dev_interface.h"  #include "dev_interface.h"
 #include "knowndrives.h"  #include "knowndrives.h"

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


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