First pass at fixing tar segfault, and more portability updates.

-Erik
This commit is contained in:
Erik Andersen
2000-05-20 00:40:08 +00:00
parent 330fd2b576
commit 8ea7d8cdaf
10 changed files with 27 additions and 24 deletions

View File

@ -74,6 +74,7 @@
#include <termios.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <mntent.h>
#include <linux/fs.h>
@ -83,10 +84,6 @@
#define HAVE_MINIX2 1
#endif
#ifndef __GNUC__
#error "needs gcc for the bitop-__asm__'s"
#endif
#ifndef __linux__
#define volatile
#endif