From fb275227edad57491da8f48b64f4f248e180cb49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:50:22 +0000 Subject: [PATCH] *** empty log message *** --- src/tar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tar.h b/src/tar.h index 853d6e4..4a3b23d 100644 --- a/src/tar.h +++ b/src/tar.h @@ -122,6 +122,10 @@ union record { the names of files that were in the dir at the time the dump was made */ +#define LF_LONGLINK 'K' /* Identifies the NEXT file on the tape + as having a long linkname */ +#define LF_LONGNAME 'L' /* Identifies the NEXT file on the tape + as having a long name. */ #define LF_MULTIVOL 'M' /* This is the continuation of a file that began on another volume */ -- 2.44.0