summaryrefslogtreecommitdiff
path: root/fdisk/fdisksunlabel.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:26:12 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:26:12 +0100
commitdf1dddf9ffcfc1e291de809c0e8b9060bfea02ee (patch)
tree03b712bddec33d05754bf59d31a75d7e2022761e /fdisk/fdisksunlabel.h
parenta5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d (diff)
downloadutil-linux-old-df1dddf9ffcfc1e291de809c0e8b9060bfea02ee.tar.gz
Imported from util-linux-2.12 tarball.
Diffstat (limited to 'fdisk/fdisksunlabel.h')
-rw-r--r--fdisk/fdisksunlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisksunlabel.h b/fdisk/fdisksunlabel.h
index 647a2cec..81bd72c0 100644
--- a/fdisk/fdisksunlabel.h
+++ b/fdisk/fdisksunlabel.h
@@ -38,7 +38,7 @@ typedef struct {
/* fdisk.c */
extern char MBRbuffer[MAX_SECTOR_SIZE];
-extern uint heads, sectors, cylinders;
+extern unsigned int heads, sectors, cylinders;
extern int show_begin;
extern int sun_label;
extern char *partition_type(unsigned char type);