aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-12-19 06:24:08 +0000
committerMatt Kraai <kraai@debian.org>2000-12-19 06:24:08 +0000
commita1f977598138ebf8f5f1672daa936255cf3affc1 (patch)
treea655709eabc453ddd518c8d0090c3b7cd2ef8219 /include/busybox.h
parent24ac0179617e43ab517141fe5497f4ebac108678 (diff)
downloadbusybox-a1f977598138ebf8f5f1672daa936255cf3affc1.tar.gz
Fix tar handling of absolute paths and excluded directories.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h1
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 @@
/* Some useful definitions */
#define FALSE ((int) 0)
#define TRUE ((int) 1)
+#define SKIP ((int) 2)
/* for mtab.c */
#define MTAB_GETMOUNTPT '1'