aboutsummaryrefslogtreecommitdiff
path: root/include/disktab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/disktab.h')
-rw-r--r--include/disktab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/disktab.h b/include/disktab.h
index 55f0f4625c7c..1b9a7c7e5161 100644
--- a/include/disktab.h
+++ b/include/disktab.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disktab.h 8.1 (Berkeley) 6/2/93
+ * $FreeBSD$
*/
#ifndef _DISKTAB_H_
@@ -41,7 +42,7 @@
*/
#define DISKTAB "/etc/disktab"
-struct disktab {
+struct disktab {
char *d_name; /* drive name */
char *d_type; /* drive type */
int d_secsize; /* sector size in bytes */