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. --- busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'busybox.h') diff --git a/busybox.h b/busybox.h index 442352537..ae256fe7b 100644 --- a/busybox.h +++ b/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.2.3