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

christophe.varoqui at free.fr christophe.varoqui at free.fr
Thu Jul 22 14:21:06 UTC 2004


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;

--



More information about the dm-devel mailing list