This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / isofs / isofs_rrip.h
index d4be228..b9e43a0 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)isofs_rrip.h
  * SUCH DAMAGE.
  *
  *     from: @(#)isofs_rrip.h
- *     $Id$
+ *     $Id: isofs_rrip.h,v 1.2 1993/10/16 19:26:45 rgrimes Exp $
  */
 
  */
 
+#ifndef _ISOFS_ISOFS_RRIP_H_
+#define _ISOFS_ISOFS_RRIP_H_ 1
+
 typedef struct {
        char          type              [ISODCL (  0,    1)];
        unsigned char length            [ISODCL (  2,    2)]; /* 711 */
 typedef struct {
        char          type              [ISODCL (  0,    1)];
        unsigned char length            [ISODCL (  2,    2)]; /* 711 */
@@ -122,3 +125,4 @@ typedef struct {
        unsigned char flags             [ISODCL (  4,    4)];
 } ISO_RRIP_EXFLAG;
 
        unsigned char flags             [ISODCL (  4,    4)];
 } ISO_RRIP_EXFLAG;
 
+#endif /* _ISOFS_ISOFS_RRIP_H_ */