floppyd_io.c (mtools-4.0.36.tar.bz2) | : | floppyd_io.c (mtools-4.0.37.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 42 | skipping to change at line 42 | |||
#include "scsi.h" | #include "scsi.h" | |||
#include "floppyd_io.h" | #include "floppyd_io.h" | |||
/* ######################################################################## */ | /* ######################################################################## */ | |||
static const char* AuthErrors[] = { | static const char* AuthErrors[] = { | |||
"Auth success", | "Auth success", | |||
"Auth failed: Packet oversized", | "Auth failed: Packet oversized", | |||
"Auth failed: X-Cookie doesn't match", | "Auth failed: X-Cookie doesn't match", | |||
"Auth failed: Wrong transmission protocol version", | "Auth failed: Wrong transmission protocol version", | |||
"Auth failed: Device locked" | "Auth failed: Device locked", | |||
"Auth failed: Bad packet", | "Auth failed: Bad packet", | |||
"Auth failed: I/O Error" | "Auth failed: I/O Error" | |||
}; | }; | |||
typedef struct RemoteFile_t { | typedef struct RemoteFile_t { | |||
struct Stream_t head; | struct Stream_t head; | |||
int fd; | int fd; | |||
mt_off_t offset; | mt_off_t offset; | |||
mt_off_t lastwhere; | mt_off_t lastwhere; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |