diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-19 06:24:08 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-19 06:24:08 +0000 |
commit | e5c30594f866970c37ed56a7fc36bf2d7167bdd8 (patch) | |
tree | a655709eabc453ddd518c8d0090c3b7cd2ef8219 /include | |
parent | 4c21208328fef24301dc80943a4fee9c1b5c56ac (diff) | |
download | busybox-w32-e5c30594f866970c37ed56a7fc36bf2d7167bdd8.tar.gz busybox-w32-e5c30594f866970c37ed56a7fc36bf2d7167bdd8.tar.bz2 busybox-w32-e5c30594f866970c37ed56a7fc36bf2d7167bdd8.zip |
Fix tar handling of absolute paths and excluded directories.
git-svn-id: svn://busybox.net/trunk/busybox@1470 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 442352537..ae256fe7b 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -47,6 +47,7 @@ | |||
47 | /* Some useful definitions */ | 47 | /* Some useful definitions */ |
48 | #define FALSE ((int) 0) | 48 | #define FALSE ((int) 0) |
49 | #define TRUE ((int) 1) | 49 | #define TRUE ((int) 1) |
50 | #define SKIP ((int) 2) | ||
50 | 51 | ||
51 | /* for mtab.c */ | 52 | /* for mtab.c */ |
52 | #define MTAB_GETMOUNTPT '1' | 53 | #define MTAB_GETMOUNTPT '1' |