]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/def.edog.h
Replace special handling of \r by using ICRNL (PR#6078 by Joseph Myers <jsm28@cam...
[bsdgames-darwin.git] / hack / def.edog.h
index a5c2b4616e01d9a5ec8685290c9815fe7adcb4a6..1dfb24bb53f936a5cb5ba8dc2130d3b0ce3599c8 100644 (file)
@@ -1,6 +1,11 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.edog.h - version 1.0.2 */
+/*     $NetBSD: def.edog.h,v 1.4 1997/10/19 16:56:51 christos Exp $    */
 
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef _DEF_EDOG_H_
+#define _DEF_EDOG_H_
 struct edog {
        long hungrytime;        /* at this time dog gets hungry */
        long eattime;           /* dog is eating */
@@ -10,3 +15,5 @@ struct edog {
        long whistletime;               /* last time he whistled */
 };
 #define        EDOG(mp)        ((struct edog *)(&(mp->mextra[0])))
+
+#endif /* _DEF_EDOG_H_ */