public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/7] fdisk: sun: use sector_t
@ 2012-05-27 19:44 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2012-05-27 19:44 UTC (permalink / raw)
  To: Karel Zak, Petr Uzel; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 fdisk/fdisksunlabel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fdisk/fdisksunlabel.c b/fdisk/fdisksunlabel.c
index e94b652..9d5b3e8 100644
--- a/fdisk/fdisksunlabel.c
+++ b/fdisk/fdisksunlabel.c
@@ -152,7 +152,7 @@ int check_sun_label(void)
 void create_sunlabel(struct fdisk_context *cxt)
 {
 	struct hd_geometry geometry;
-	unsigned long long llsectors, llcyls;
+	sector_t llsectors, llcyls;
 	unsigned int ndiv, sec_fac;
 	int res;
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-27 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-27 19:44 [PATCH 7/7] fdisk: sun: use sector_t Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox