summaryrefslogtreecommitdiffstats
path: root/include/disktab.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
commit34ad4938d7b13071cec2b5866ff9e86958fee591 (patch)
tree5d3702b54b0b14f9bfe65adc02f757d9f356ccb4 /include/disktab.h
parent2f864814fffdc5d1caeb9a8e0535608dc6be9556 (diff)
downloadFreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.zip
FreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.tar.gz
style(9) the structure definitions.
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 55f0f46..1b9a7c7 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 */
OpenPOWER on IntegriCloud