diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-20 00:40:08 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-20 00:40:08 +0000 |
commit | 8ea7d8cdaf4a03cdc06abc8b752b589271140a88 (patch) | |
tree | 955fc9545f490ca39f0c24629316b7d328612802 /mkfs_minix.c | |
parent | 330fd2b5767110f29544131d4c72c77e0506b6df (diff) | |
download | busybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.tar.gz busybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.tar.bz2 busybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.zip |
First pass at fixing tar segfault, and more portability updates.
-Erik
Diffstat (limited to 'mkfs_minix.c')
-rw-r--r-- | mkfs_minix.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mkfs_minix.c b/mkfs_minix.c index f4f1d0997..c6f057a07 100644 --- a/mkfs_minix.c +++ b/mkfs_minix.c | |||
@@ -74,6 +74,7 @@ | |||
74 | #include <termios.h> | 74 | #include <termios.h> |
75 | #include <sys/stat.h> | 75 | #include <sys/stat.h> |
76 | #include <sys/ioctl.h> | 76 | #include <sys/ioctl.h> |
77 | #include <sys/param.h> | ||
77 | #include <mntent.h> | 78 | #include <mntent.h> |
78 | 79 | ||
79 | #include <linux/fs.h> | 80 | #include <linux/fs.h> |
@@ -83,10 +84,6 @@ | |||
83 | #define HAVE_MINIX2 1 | 84 | #define HAVE_MINIX2 1 |
84 | #endif | 85 | #endif |
85 | 86 | ||
86 | #ifndef __GNUC__ | ||
87 | #error "needs gcc for the bitop-__asm__'s" | ||
88 | #endif | ||
89 | |||
90 | #ifndef __linux__ | 87 | #ifndef __linux__ |
91 | #define volatile | 88 | #define volatile |
92 | #endif | 89 | #endif |