Fix tar handling of absolute paths and excluded directories.

This commit is contained in:
Matt Kraai
2000-12-19 06:24:08 +00:00
parent 24ac017961
commit a1f9775981
5 changed files with 73 additions and 74 deletions

View File

@ -47,6 +47,7 @@
/* Some useful definitions */
#define FALSE ((int) 0)
#define TRUE ((int) 1)
#define SKIP ((int) 2)
/* for mtab.c */
#define MTAB_GETMOUNTPT '1'