]> err.no Git - util-linux/commit
partx: don't redeclare daddr_t
authormaximilian attems <max@stro.at>
Sun, 7 Sep 2008 19:57:24 +0000 (21:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Sep 2008 09:29:42 +0000 (11:29 +0200)
commit3342f88dec9af581385a52a9add92c40c0939b6d
tree91d87f428c44e1fc70e142d513add02bfc11a9af
parentf635c336c45c1c998ace05c37a83cab5d398bee9
partx: don't redeclare daddr_t

klibc porting fix, use proper include, nuke redefinition.
solaris.c:8: error: redefinition of typedef ‘daddr_t’
/usr/lib/klibc/include/sys/types.h:29: error: previous declaration of ‘daddr_t’ was here

Signed-off-by: maximilian attems <max@stro.at>
partx/solaris.c