summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisksgilabel.h
Commit message (Collapse)AuthorAgeFilesLines
* fdisk: non-linux support (use standard uintxy_t instead __uxy)Samuel Thibault2007-12-031-3/+3
| | | | | | | | - #include <linux/types.h> is turned into #include <stdint.h>, much more   portable, and __uxy were turned into uintxy_t. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: check returns in fdisk from partition changesMike Frysinger2007-07-161-1/+1
| | | | | | | | | currently the code in fdisk which changes partition types is a bit fragile ... it assumes the partition type succeeded instead of checking the user input or for errors. ive tweaked the sub functions to return a value indicative of the functions' success and fdisk now checks/reports based on that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* fdisk: move duplicate stuff from fdisk*label.h to fdisk.hKarel Zak2007-06-271-11/+7Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: use unsigned long long instead int for sectorsKarel Zak2007-05-311-2/+3
| | | | | | The patch is originally based on an old Suse patch. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.12 tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-5/+13
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-1/+0Star
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-071-0/+133