[dm-devel] [PATCH] libdevmapper /klibc compile fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

updating libdevmapper into multipath-tools to 1.00.19, I had to apply the
following fix.

hpa is about to release a standard filesystem hierarchy for compiling tools and
libs against klibc. I hope libdevmapper.a & dmsetup compilation process will be
ported to this knew standard as soon as possible. So that I can remove a lot a
code from the multipath-tools tarball.

regards,
cvaroqui

--- /home/space/device-mapper.1.00.19/lib/libdm-common.c        2004-07-03
20:14:12.000000000 +0200
+++ libdm-common.c      2004-07-22 16:08:32.000000000 +0200
@@ -63,7 +63,7 @@
        if (level < _LOG_WARN)
                fprintf(stderr, "\n");
        else
-               printf("\n");
+               fprintf(stdout, "\n");
 }

 dm_log_fn _log = _default_log;

--

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux