partx: complete rewrite

Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Davidlohr Bueso 2010-12-09 21:54:17 +01:00 committed by Karel Zak
parent 4bfa39d5d5
commit c4ecaf21d5
19 changed files with 970 additions and 2145 deletions

View file

@ -26,5 +26,6 @@ static inline void xstrncpy(char *dest, const char *src, size_t n)
}
extern void strmode(mode_t mode, char *str);
extern char *size_to_human_string(uint64_t bytes);
#endif