Le 18/05/06, René Bantegnie <[EMAIL PROTECTED]> a écrit : > Le jeudi 18 mai 2006 à 16:33 +0200, Christophe Gaubert a écrit : > > Le 18/05/06, René Bantegnie <[EMAIL PROTECTED]> a écrit : > > > > > > Comment se fait-ce que ça te donne ça ?? Il contient quoi ton > > > > fichier version.h en question ? > > > > > > Il contient "2.6.12-18mdkcustom" > > > > Il ne contient pas que ça, si ?? > > Non, voila > > #define UTS_RELEASE "2.6.12-18mdkcustom" > #define LINUX_VERSION_CODE 132620 > #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) >
C'est étonnant. Le mien contient bien plus que ça : $ cat /usr/src/linux/include/linux/version.h #include <linux/rhconfig.h> #if defined(__module__BOOT) #define UTS_RELEASE "2.6.12-12mdkBOOT" #elif defined(__module__up) #define UTS_RELEASE "2.6.12-12mdk" #elif defined(__module__smp) #define UTS_RELEASE "2.6.12-12mdksmp" #elif defined(__module__i686_up_4GB) #define UTS_RELEASE "2.6.12-12mdk-i686-up-4GB" #elif defined(__module__i586_up_1GB) #define UTS_RELEASE "2.6.12-12mdk-i586-up-1GB" #else #define UTS_RELEASE "2.6.12-12mdkcustom" #endif #define LINUX_VERSION_CODE 132620 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) Il n'y aurait pas un bug, des fois, dans les sources fournies par Mdva ? -- Christophe Gaubert http://ch4tn01r.free.fr/blog Participez à la liste Avis de citoyens : http://fr.groups.yahoo.com/group/Avis_de_citoyens/
========================================= Vous souhaitez acquerir votre Pack ou des Services Mandriva? Rendez-vous sur "http://store.mandriva.com". Rejoignez le club mandrake : http://www.mandrivaclub.com =========================================
