]> git.saurik.com Git - apple/file_cmds.git/blobdiff - pax/tar.h
file_cmds-321.100.10.0.1.tar.gz
[apple/file_cmds.git] / pax / tar.h
index 61bc6e133366ca0cc110e2b4f0f8e15294c05546..a78813cbfabd72973627049f4e596cb174a28b00 100644 (file)
--- a/pax/tar.h
+++ b/pax/tar.h
@@ -36,6 +36,9 @@
  *     @(#)tar.h       8.2 (Berkeley) 4/18/94
  */
 
+#ifndef _TAR_H_
+#define _TAR_H_
+
 /*
  * defines and data structures common to all tar formats
  */
@@ -154,3 +157,5 @@ typedef struct {
        char devminor[8];               /* minor device number */
        char prefix[TPFSZ];             /* linked to name */
 } HD_USTAR;
+
+#endif /* _TAR_H_ */