Version 1.1.1

Fixed some warnings issued by gcc when the parameter -Wall is
used to compile the source.
This commit is contained in:
Michel Machado
2011-12-14 15:32:33 -05:00
parent 45f50c10b2
commit 899b3c6ca7
2 changed files with 8 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <err.h>
#define SECTOR_SIZE 512
#define GIGABYTES (1024 * 1024 * 1024)