freshen to upstream CVS head
[debian/pax] / tar.h
diff --git a/tar.h b/tar.h
index 79a8ce49d89b526de40bb5a8ba10cd9444d9532a..506ce5818c429e141e4c99679d7b5d2243a05c62 100644 (file)
--- a/tar.h
+++ b/tar.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tar.h,v 1.5 1997/04/16 03:50:25 millert Exp $ */
+/*     $OpenBSD: tar.h,v 1.7 2003/06/02 23:32:09 millert Exp $ */
 /*     $NetBSD: tar.h,v 1.3 1995/03/21 09:07:51 cgd Exp $      */
 
 /*-
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
 #define        FIFOTYPE        '6'             /* FIFO */
 #define        CONTTYPE        '7'             /* high perf file */
 
+/*
+ * GNU tar compatibility;
+ */
+#define        LONGLINKTYPE    'K'             /* Long Symlink */
+#define        LONGNAMETYPE    'L'             /* Long File */
+
 /*
  * Mode field encoding of the different file types - values in octal
  */