diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-03 21:39:28 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-03 21:39:28 +0000 |
commit | 7d70fc2397bbb913a9710c790c27bf7e96cdda6f (patch) | |
tree | cccf23dececd8ac4ba9326ff9240470ba4305ce2 /util-linux | |
parent | 835250c1beecd89d2942a6c1c4a1afe4f345b59f (diff) | |
download | busybox-w32-7d70fc2397bbb913a9710c790c27bf7e96cdda6f.tar.gz busybox-w32-7d70fc2397bbb913a9710c790c27bf7e96cdda6f.tar.bz2 busybox-w32-7d70fc2397bbb913a9710c790c27bf7e96cdda6f.zip |
Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)
git-svn-id: svn://busybox.net/trunk/busybox@14988 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fsck_minix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index f764597e3..e93b007f8 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -219,6 +219,7 @@ static int version2; | |||
219 | static struct termios termios; | 219 | static struct termios termios; |
220 | static int termios_set; | 220 | static int termios_set; |
221 | 221 | ||
222 | static char *inode_buffer; | ||
222 | #define Inode (((struct minix_inode *) inode_buffer)-1) | 223 | #define Inode (((struct minix_inode *) inode_buffer)-1) |
223 | #define Inode2 (((struct minix2_inode *) inode_buffer)-1) | 224 | #define Inode2 (((struct minix2_inode *) inode_buffer)-1) |
224 | static char super_block_buffer[BLOCK_SIZE]; | 225 | static char super_block_buffer[BLOCK_SIZE]; |