Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
[unix-history] / sys / isofs / isofs_rrip.h
index 2d960a2..b9e43a0 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)isofs_rrip.h
+ *     from: @(#)isofs_rrip.h
+ *     $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 */
@@ -121,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_ */