Bill Allombert on Thu, 13 Jun 2002 14:12:00 +0200


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

Re: better version information


On Wed, Jun 12, 2002 at 06:50:46PM +0200, Karim BELABAS wrote:
> Sure. You patch it ? The LINUX_VERSION_CODE example you sent me
> [ NB:
>   #define UTS_RELEASE "2.2.19"
>   #define LINUX_VERSION_CODE 131603
>   #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
> 
>   used as
> 
>   #if LINUX_VERSION_CODE <= KERNEL_VERSION(2.2.19)
> ]
> 
> looks fine.

Done in the CVS. paricfgDOS.SH need to be fixed.
I also corerect a problem with DL_DFLT_NAME which was incorrect.

Bill.