]> sourceware.org Git - lvm2.git/commit
daemons/cmirrord/functions.c (part of cmirrord) was referencing
authorJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 18 Jun 2010 20:58:04 +0000 (20:58 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 18 Jun 2010 20:58:04 +0000 (20:58 +0000)
commitc76681596ed2f2824c626b40d76752a3c19526d2
treed95845736af8c073c380533ac482ce04779d8ced
parent3ce8520c5ef702460a7ddaac569ed29913a9dda1
daemons/cmirrord/functions.c (part of cmirrord) was referencing
linux/kdev_t.h even though it wasn't needed.  Strangely, it seems
to be causing problems on various architectures (i686) in the
function daemons/cmirrord/functions.c:disk_status_info()->sprintf.

I'm not sure why this is a problem since none of the macros in
kdev_t.h are used in that code, but it certainly doesn't hurt to
pull an unnecessary header and it seems to fix the problem.
WHATS_NEW
daemons/cmirrord/functions.c
This page took 0.035398 seconds and 5 git commands to generate.