diff options
| author | Rob Landley <rob@landley.net> | 2006-05-03 21:39:28 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-05-03 21:39:28 +0000 |
| commit | db2ab89b7c66c97e7a849a4a25baca10de4576dc (patch) | |
| tree | cccf23dececd8ac4ba9326ff9240470ba4305ce2 /util-linux | |
| parent | f76cd964ec6531ddb7a1094f2e2a8d9629c7fef3 (diff) | |
| download | busybox-w32-db2ab89b7c66c97e7a849a4a25baca10de4576dc.tar.gz busybox-w32-db2ab89b7c66c97e7a849a4a25baca10de4576dc.tar.bz2 busybox-w32-db2ab89b7c66c97e7a849a4a25baca10de4576dc.zip | |
Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)
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]; |
