diff options
author | Matt Kraai <kraai@debian.org> | 2000-12-19 06:24:08 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-12-19 06:24:08 +0000 |
commit | a1f977598138ebf8f5f1672daa936255cf3affc1 (patch) | |
tree | a655709eabc453ddd518c8d0090c3b7cd2ef8219 /include/busybox.h | |
parent | 24ac0179617e43ab517141fe5497f4ebac108678 (diff) | |
download | busybox-w32-a1f977598138ebf8f5f1672daa936255cf3affc1.tar.gz busybox-w32-a1f977598138ebf8f5f1672daa936255cf3affc1.tar.bz2 busybox-w32-a1f977598138ebf8f5f1672daa936255cf3affc1.zip |
Fix tar handling of absolute paths and excluded directories.
Diffstat (limited to 'include/busybox.h')
-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' |