diff options
Diffstat (limited to 'src/file_bac.c')
-rw-r--r-- | src/file_bac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_bac.c b/src/file_bac.c index a1923ee3..73ed3717 100644 --- a/src/file_bac.c +++ b/src/file_bac.c @@ -53,7 +53,7 @@ struct block_header char ID[4]; /* Identification and block level */ uint32_t VolSessionId; /* Session Id for Job */ uint32_t VolSessionTime; /* Session Time for Job */ -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static data_check_t data_check_bac(const unsigned char *buffer, const unsigned int buffer_size, file_recovery_t *file_recovery) { |