diff --git a/sm5/atacmds.c b/sm5/atacmds.c index d0f3cb1e53bf88e0ba1f34b97b13989b1c034a4a..462e8be33ff34a65a4e691d8122772ddfdd1eb04 100644 --- a/sm5/atacmds.c +++ b/sm5/atacmds.c @@ -30,7 +30,7 @@ #include <errno.h> #include "atacmds.h" -const char *CVSid1="$Id: atacmds.c,v 1.16 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 ; +const char *CVSid1="$Id: atacmds.c,v 1.17 2002/10/22 09:50:53 ballen4705 Exp $\n" "\t" CVSID1 ; // These Drive Identity tables are taken from hdparm 5.2, and are also // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp index 42aa8ad71ccc9f6506150006f6e68d00272fa928..90905354a6bc499c5a242c3129744ab921872d9e 100644 --- a/sm5/atacmds.cpp +++ b/sm5/atacmds.cpp @@ -30,7 +30,7 @@ #include <errno.h> #include "atacmds.h" -const char *CVSid1="$Id: atacmds.cpp,v 1.16 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 ; +const char *CVSid1="$Id: atacmds.cpp,v 1.17 2002/10/22 09:50:53 ballen4705 Exp $\n" "\t" CVSID1 ; // These Drive Identity tables are taken from hdparm 5.2, and are also // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note diff --git a/sm5/ataprint.c b/sm5/ataprint.c index b510e12254dc3d5b28acf894557c96fbf532aefa..97fb01026d12670392572af42359e8c7242af36f 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -28,7 +28,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.c,v 1.15 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID2 CVSID3 CVSID6 ; +const char *CVSid4="$Id: ataprint.c,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white // space. This is needed on little-endian architectures, eg Intel, diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index b1975143d99f4f999c6d0829d5395558678b5be1..c008b589c001ee3e949a604d36f9a63379ae000c 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -28,7 +28,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.cpp,v 1.15 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID2 CVSID3 CVSID6 ; +const char *CVSid4="$Id: ataprint.cpp,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white // space. This is needed on little-endian architectures, eg Intel, diff --git a/sm5/scsicmds.c b/sm5/scsicmds.c index 3f3dc2f13a634ac3639b56ae93a214105e644a60..362f19436199b3515397a528a009d6517ab14f45 100644 --- a/sm5/scsicmds.c +++ b/sm5/scsicmds.c @@ -33,7 +33,7 @@ #include <scsi/scsi.h> #include "scsicmds.h" -const char *CVSid2="$Id: scsicmds.c,v 1.9 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID4 ; +const char *CVSid2="$Id: scsicmds.c,v 1.10 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID4 ; UINT8 logsense (int device, UINT8 pagenum, UINT8 *pBuf) diff --git a/sm5/scsicmds.cpp b/sm5/scsicmds.cpp index d5eb436b182123471242a1220f4242d1247d2beb..0cf0ec0cb056759ed99de1a4134c8851e7676d6b 100644 --- a/sm5/scsicmds.cpp +++ b/sm5/scsicmds.cpp @@ -33,7 +33,7 @@ #include <scsi/scsi.h> #include "scsicmds.h" -const char *CVSid2="$Id: scsicmds.cpp,v 1.9 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID4 ; +const char *CVSid2="$Id: scsicmds.cpp,v 1.10 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID4 ; UINT8 logsense (int device, UINT8 pagenum, UINT8 *pBuf) diff --git a/sm5/scsiprint.c b/sm5/scsiprint.c index c965f22e60cdb5f6e6d6d1d5a575d7ac0f5948da..16e90156aa0da9030fd16c8a27726f084b0f1337 100644 --- a/sm5/scsiprint.c +++ b/sm5/scsiprint.c @@ -36,7 +36,7 @@ #define GBUF_SIZE 65535 -const char* CVSid5="$Id: scsiprint.c,v 1.7 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID3 CVSID4 CVSID5 CVSID6 ; +const char* CVSid5="$Id: scsiprint.c,v 1.8 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID3 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ; UINT8 gBuf[GBUF_SIZE]; diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp index 3fd4414411f042b1ee89c70bab36439109c81734..bb6116c3885657628a32de819ea046510649c3fb 100644 --- a/sm5/scsiprint.cpp +++ b/sm5/scsiprint.cpp @@ -36,7 +36,7 @@ #define GBUF_SIZE 65535 -const char* CVSid5="$Id: scsiprint.cpp,v 1.7 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID3 CVSID4 CVSID5 CVSID6 ; +const char* CVSid5="$Id: scsiprint.cpp,v 1.8 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID3 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ; UINT8 gBuf[GBUF_SIZE]; diff --git a/sm5/smartctl.c b/sm5/smartctl.c index b619b2306a535edac6b5cfd2b59fc67a66270f2c..9652f404261a0927bfb8155ce053e2f48bab1c77 100644 --- a/sm5/smartctl.c +++ b/sm5/smartctl.c @@ -37,7 +37,8 @@ #include "scsiprint.h" extern const char *CVSid1, *CVSid2, *CVSid4, *CVSid5; -const char* CVSid6="$Id: smartctl.c,v 1.12 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID2 CVSID4 CVSID5 CVSID6 ; +const char* CVSid6="$Id: smartctl.c,v 1.13 2002/10/22 09:50:54 ballen4705 Exp $\n" +"\t" CVSID1 "\t" CVSID2 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ; unsigned char driveinfo = FALSE; unsigned char checksmart = FALSE; diff --git a/sm5/smartctl.cpp b/sm5/smartctl.cpp index af444f0a041378df0fb132561fbfb05a5f32ecfe..f57b2fba35e1f4b99cd7b79722c6c0d2b6bc28c3 100644 --- a/sm5/smartctl.cpp +++ b/sm5/smartctl.cpp @@ -37,7 +37,8 @@ #include "scsiprint.h" extern const char *CVSid1, *CVSid2, *CVSid4, *CVSid5; -const char* CVSid6="$Id: smartctl.cpp,v 1.12 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID2 CVSID4 CVSID5 CVSID6 ; +const char* CVSid6="$Id: smartctl.cpp,v 1.13 2002/10/22 09:50:54 ballen4705 Exp $\n" +"\t" CVSID1 "\t" CVSID2 "\t" CVSID4 "\t" CVSID5 "\t" CVSID6 ; unsigned char driveinfo = FALSE; unsigned char checksmart = FALSE; diff --git a/sm5/smartd.c b/sm5/smartd.c index 48e152ce1eef0e31131a7ca459d728d3715ccdac..62e5815ebbbcc05fa5ab7570387a8301c777141f 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -1,6 +1,4 @@ /* - * smartd.c - * * Home page of code is: http://smartmontools.sourceforge.net * * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -38,7 +36,8 @@ #include "smartd.h" extern const char *CVSid1, *CVSid2; -const char *CVSid3="$Id: smartd.c,v 1.11 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID4 CVSID7 ; +const char *CVSid3="$Id: smartd.c,v 1.12 2002/10/22 09:50:54 ballen4705 Exp $\n" +"\t" CVSID1 "\t" CVSID4 "\t" CVSID7 ; int daemon_init(void){ pid_t pid; diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index 4ae422fca91515f00bb613f7c223f18363138b53..3372721c9776494210ad4a9573c68b426dc64b8b 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -1,6 +1,4 @@ /* - * smartd.c - * * Home page of code is: http://smartmontools.sourceforge.net * * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -38,7 +36,8 @@ #include "smartd.h" extern const char *CVSid1, *CVSid2; -const char *CVSid3="$Id: smartd.cpp,v 1.11 2002/10/22 09:44:55 ballen4705 Exp $\n" CVSID1 CVSID4 CVSID7 ; +const char *CVSid3="$Id: smartd.cpp,v 1.12 2002/10/22 09:50:54 ballen4705 Exp $\n" +"\t" CVSID1 "\t" CVSID4 "\t" CVSID7 ; int daemon_init(void){ pid_t pid;