summaryrefslogtreecommitdiffstats
path: root/swap_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'swap_super.c')
-rw-r--r--swap_super.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/swap_super.c b/swap_super.c
index afcedf3..377a6da 100644
--- a/swap_super.c
+++ b/swap_super.c
@@ -16,7 +16,9 @@
#define MD_NEW_SIZE_SECTORS(x) ((x & ~(MD_RESERVED_SECTORS - 1)) - MD_RESERVED_SECTORS)
-main(int argc, char *argv[])
+extern long long lseek64(int, long long, int);
+
+int main(int argc, char *argv[])
{
int fd, i;
unsigned long size;