DBT should have a size_t as an arg, not an int
[unix-history] / usr / src / include / disktab.h
index 0a8e129..e121818 100644 (file)
@@ -1,11 +1,15 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)disktab.h   5.2 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)disktab.h   5.6 (Berkeley) %G%
  */
 
  */
 
+#ifndef        _DISKTAB_H_
+#define        _DISKTAB_H_
+
 /*
  * Disk description table, see disktab(5)
  */
 /*
  * Disk description table, see disktab(5)
  */
@@ -28,4 +32,4 @@ struct        disktab {
        } d_partitions[8];
 };
 
        } d_partitions[8];
 };
 
-struct disktab *getdiskbyname();
+#endif /* !_DISKTAB_H_ */