From a1f977598138ebf8f5f1672daa936255cf3affc1 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 19 Dec 2000 06:24:08 +0000 Subject: Fix tar handling of absolute paths and excluded directories. --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index 4423525..ae256fe 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' -- cgit v1.1