Fix tar handling of absolute paths and excluded directories.
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user