On Tue, 12 Dec 2000, Estabridis, Janet P wrote:

> One question though --  I was using release 0.6.6 before, now the RTL2.3 is
> packaged with version 0.6.3.  I would prefer to keep myself at 0.6.3 since
> it comes nicely with the kernel 2.2.14 rtl2.3 prepatched tar and I have to
> deliver the system and write procedures for technicians (not at all computer
> literate) to be able to re-build the system if something happens.  Will I be
> o.k. ?  I only have 1 big array to hold A/D data that I read from a A/D
> card.

In hope so. 

The only real bug fix 0.6.3->0.6.6 is 

-       PRINT("closing file %p mbuff (%s)\n",file,((struct mbuff
*)(file->privat
e_data))->name);
+       PRINT("closing file %p mbuff
(%s)\n",file,(file->private_data)?((struct 
mbuff *)(file->private_data))->name:"(NULL)");

- eliminates possibility of NULL dereference in debugging (-DDEBUG) mode.

Best regards,
--
Tomek

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to