aboutsummaryrefslogtreecommitdiff
path: root/mkswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkswap.c')
-rw-r--r--mkswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkswap.c b/mkswap.c
index b5153f623..f72c7009a 100644
--- a/mkswap.c
+++ b/mkswap.c
@@ -72,7 +72,7 @@ static int version = -1;
72static int pagesize; 72static int pagesize;
73static int *signature_page; 73static int *signature_page;
74 74
75struct swap_header_v1 { 75static struct swap_header_v1 {
76 char bootbits[1024]; /* Space for disklabel etc. */ 76 char bootbits[1024]; /* Space for disklabel etc. */
77 unsigned int version; 77 unsigned int version;
78 unsigned int last_page; 78 unsigned int last_page;