diff --git a/sm5/scsicmds.h b/sm5/scsicmds.h index 92b6307d98e19083047e65973c81e2002dacd31c..939be2849e6b4cf71aad02f0faa05415e88a80a7 100644 --- a/sm5/scsicmds.h +++ b/sm5/scsicmds.h @@ -32,7 +32,7 @@ #ifndef SCSICMDS_H_ #define SCSICMDS_H_ -#define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.62 2006/09/12 00:22:49 dpgilbert Exp $\n" +#define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.63 2006/11/12 04:46:32 dpgilbert Exp $\n" #include <stdio.h> #include <stdlib.h> @@ -370,8 +370,5 @@ inline void dStrHex(const unsigned char* str, int len, int no_ascii) int do_scsi_cmnd_io(int dev_fd, struct scsi_cmnd_io * iop, int report); -/* This is Linux specific and will be generalized later. */ -int isLinuxLibAta(unsigned char * vpd_di_buff, int len); - #endif