OSDN Git Service

start to make things work with 2048-byte sector size.
authorJim Meyering <jim@meyering.net>
Fri, 1 Jun 2007 17:10:56 +0000 (19:10 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 24 Jul 2009 13:04:39 +0000 (15:04 +0200)
commit4e6e6c44ff85f1234d583c116ab812ff08cb0341
treedcaaa2ccd878500d24cab955ca7d93a6b35f0c7f
parent401ff449ceeb086369673c3a8654bf01f9d58296
start to make things work with 2048-byte sector size.

Done so far: amiga, bsd, loop, gpt.
Fix leaks along the way.
remove unused label
Add a cast to avoid a warning.
libparted/disk.c
libparted/labels/bsd.c
libparted/labels/gpt.c
libparted/labels/rdb.c
libparted/tests/label.c