Skip to content
Snippets Groups Projects
Commit 702bcdf1 authored by Steven Murray's avatar Steven Murray
Browse files

Added another const qualifier to a parameter of the send_scsi_cmd() function

parent 0fbb2eb6
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@
#define H_SENDSCSISMD_H 1
int send_scsi_cmd (
int tapefd,
const int tapefd,
const char *const path,
const int do_not_open,
const unsigned char *const cdb,
......
......@@ -141,7 +141,7 @@ static void find_sgpath(char *sgpath, int maj, int min) {
int send_scsi_cmd (
int tapefd,
const int tapefd,
const char *const path,
const int do_not_open,
const unsigned char *const cdb,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment