#define '_' as indicated the extended format
[unix-history] / usr / src / include / disktab.h
index 80b5549..e121818 100644 (file)
@@ -4,9 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)disktab.h   5.4 (Berkeley) %G%
+ *     @(#)disktab.h   5.6 (Berkeley) %G%
  */
 
  */
 
+#ifndef        _DISKTAB_H_
+#define        _DISKTAB_H_
+
 /*
  * Disk description table, see disktab(5)
  */
 /*
  * Disk description table, see disktab(5)
  */
@@ -29,4 +32,4 @@ struct        disktab {
        } d_partitions[8];
 };
 
        } d_partitions[8];
 };
 
-struct disktab *getdiskbyname();
+#endif /* !_DISKTAB_H_ */