Skip to content
Snippets Groups Projects
Commit 50e3bc02 authored by chrfranke's avatar chrfranke
Browse files

Win32 port: unused includes removed,

long long replaced by int64_t.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/unlabeled-1.65.2@1504 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 7fd77ad7
No related branches found
No related tags found
No related merge requests found
......@@ -40,13 +40,11 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include "scsicmds.h"
#include "utility.h"
#include "extern.h"
const char *scsicmds_c_cvsid="$Id: scsicmds.cpp,v 1.65 2003/11/20 01:02:27 dpgilbert Exp $" EXTERN_H_CVSID SCSICMDS_H_CVSID;
const char *scsicmds_c_cvsid="$Id: scsicmds.cpp,v 1.65.2.1 2004/02/23 15:33:04 chrfranke Exp $" EXTERN_H_CVSID SCSICMDS_H_CVSID;
/* for passing global control variables */
extern smartmonctrl *con;
......@@ -1608,7 +1606,7 @@ void scsiDecodeErrCounterPage(unsigned char * resp,
int k, j, num, pl, pc;
unsigned char * ucp;
unsigned char * xp;
unsigned long long * ullp;
uint64_t * ullp;
memset(ecp, 0, sizeof(*ecp));
num = (resp[2] << 8) | resp[3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment