Re: [dm-devel] [ANNOUNCE] multipath-tools-0.2.9

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

 



Le jeudi 30 septembre 2004 �0:55 +0200, Jaime Pe�a a �it :
> Hi again,
> 
> I have been looking trought different debian versions, and that "#
> define CLONE_NEWNS   0x00020000" is present on sid (unstable), but not
> in "woody", the stable version wich is the one that servers are
> running.
> 
> So i was wondering if i include that define for files
> /usr/include/linux/sched.h and  /usr/include/bits/sched.h on debian
> woody that seems to use the same addresses on sid for the present
> defines, could cause any worse to further compilations or something, i
> dont think so, but please let me know, because as i said im not a
> skilled c coder.
> 
woody doesn't seem to be a good choice to run a 2.6 kernel plus udev
anyway, so I won't support that in the trunk. sarge should be ok, like
sid.

but you can easily workaround the problem by adding the following at the
head of the main.c :

#ifndef CLONE_NEWNS
#define CLONE_NEWNS   0x00020000
#endif

regards,
-- 
christophe varoqui <christophe.varoqui@xxxxxxx>


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

  Powered by Linux