Skip to content

Commit

Permalink
* device-src/rait-device.c, device-src/tape-device.c,
Browse files Browse the repository at this point in the history
  device-src/vfs-device.c: Typo.


git-svn-id: https://svn.code.sf.net/p/amanda/code/amanda/trunk@6269 a8d146d6-cc15-0410-8900-af154a0219e0
  • Loading branch information
Jean-Louis Martineau committed Jul 7, 2015
1 parent 9b58c15 commit b6f493a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2015-07-07 Jean-Louis Martineau <martineau@zmanda.com>
* device-src/rait-device.c, device-src/tape-device.c,
device-src/vfs-device.c: Typo.

2015-06-23 Jean-Louis Martineau <martineau@zmanda.com>
* perl/Amanda/Util.swg: disable setenv_init.

Expand Down
2 changes: 1 addition & 1 deletion device-src/rait-device.c
Expand Up @@ -164,7 +164,7 @@ static gboolean rait_device_finish_file (Device * self);
static dumpfile_t * rait_device_seek_file (Device * self, guint file);
static gboolean rait_device_seek_block (Device * self, guint64 block);
static int rait_device_read_block (Device * self, gpointer buf,
int * size, int max_dump G_GNUC_UNUSED);
int * size, int max_block);
static gboolean rait_device_recycle_file (Device * self, guint filenum);
static gboolean rait_device_finish (Device * self);
static DeviceStatusFlags rait_device_read_label(Device * dself);
Expand Down
2 changes: 1 addition & 1 deletion device-src/tape-device.c
Expand Up @@ -1071,7 +1071,7 @@ tape_device_write_block(Device * pself, guint size, gpointer data) {
}

static int tape_device_read_block (Device * pself, gpointer buf,
int * size_req, int max_dump G_GNUC_UNUSED) {
int * size_req, int max_block G_GNUC_UNUSED) {
TapeDevice * self;
int size;
IoResult result;
Expand Down
2 changes: 1 addition & 1 deletion device-src/vfs-device.c
Expand Up @@ -999,7 +999,7 @@ vfs_device_read_block(
Device *dself,
gpointer data,
int *size_req,
int max_dump G_GNUC_UNUSED)
int max_block G_GNUC_UNUSED)
{
VfsDevice * self;
int size;
Expand Down

0 comments on commit b6f493a

Please sign in to comment.