Skip to content
Snippets Groups Projects
Commit 669bf4f4 authored by ballen4705's avatar ballen4705
Browse files

Release 5.1.1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@443 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 723b6d17
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "smartctl.h" #include "smartctl.h"
#include "extern.h" #include "extern.h"
const char *CVSid2="$Id: ataprint.c,v 1.52 2003/01/12 10:23:29 ballen4705 Exp $" const char *CVSid2="$Id: ataprint.c,v 1.53 2003/01/12 10:30:53 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID6; CVSID1 CVSID2 CVSID3 CVSID6;
// for passing global control variables // for passing global control variables
...@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){ ...@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){
// print current time and date // print current time and date
tval=time(NULL); tval=time(NULL);
pout("Local Time: %s", ctime(&tval)); pout("Local Time is: %s", ctime(&tval));
if (version>=3) if (version>=3)
return; return;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "smartctl.h" #include "smartctl.h"
#include "extern.h" #include "extern.h"
const char *CVSid2="$Id: ataprint.cpp,v 1.52 2003/01/12 10:23:29 ballen4705 Exp $" const char *CVSid2="$Id: ataprint.cpp,v 1.53 2003/01/12 10:30:53 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID6; CVSID1 CVSID2 CVSID3 CVSID6;
// for passing global control variables // for passing global control variables
...@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){ ...@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){
// print current time and date // print current time and date
tval=time(NULL); tval=time(NULL);
pout("Local Time: %s", ctime(&tval)); pout("Local Time is: %s", ctime(&tval));
if (version>=3) if (version>=3)
return; return;
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#define GBUF_SIZE 65535 #define GBUF_SIZE 65535
const char* CVSid4="$Id: scsiprint.c,v 1.17 2003/01/12 10:23:29 ballen4705 Exp $" const char* CVSid4="$Id: scsiprint.c,v 1.18 2003/01/12 10:30:53 ballen4705 Exp $"
CVSID3 CVSID4 CVSID5 CVSID6; CVSID3 CVSID4 CVSID5 CVSID6;
// control block which points to external global control variables // control block which points to external global control variables
...@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device) ...@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device)
// print current time and date // print current time and date
tval=time(NULL); tval=time(NULL);
printf("Local Time: %s", ctime(&tval)); printf("Local Time is: %s", ctime(&tval));
if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0) if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0)
{ {
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#define GBUF_SIZE 65535 #define GBUF_SIZE 65535
const char* CVSid4="$Id: scsiprint.cpp,v 1.17 2003/01/12 10:23:29 ballen4705 Exp $" const char* CVSid4="$Id: scsiprint.cpp,v 1.18 2003/01/12 10:30:53 ballen4705 Exp $"
CVSID3 CVSID4 CVSID5 CVSID6; CVSID3 CVSID4 CVSID5 CVSID6;
// control block which points to external global control variables // control block which points to external global control variables
...@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device) ...@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device)
// print current time and date // print current time and date
tval=time(NULL); tval=time(NULL);
printf("Local Time: %s", ctime(&tval)); printf("Local Time is: %s", ctime(&tval));
if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0) if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment