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, 0 insertions, 4 deletions
diff --git a/swap_super.c b/swap_super.c
index 377a6da5..b6db5743 100644
--- a/swap_super.c
+++ b/swap_super.c
@@ -47,7 +47,6 @@ int main(int argc, char *argv[])
exit(1);
}
-
for (i=0; i < 4096 ; i+=4) {
char t = super[i];
super[i] = super[i+3];
@@ -69,7 +68,6 @@ int main(int argc, char *argv[])
super[32*4+10*4 +i] = t;
}
-
if (lseek64(fd, offset, 0) < 0LL) {
perror("lseek64");
exit(1);
@@ -81,5 +79,3 @@ int main(int argc, char *argv[])
exit(0);
}
-
-