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

Re: [ns] Small bug



Thanks for reporting the bug. The fix will appear
in tomorrow's snapshot.

Kun-chan Lan

On Wed, 15 Aug 2001, Anders Lindgren wrote:

> Hello,
> 
> Found a tiny little bug in rtqueue.h :
> 
> #ifndef __ifqueue_h__
> #define __ifqueue_h_
> 
> should be
> 
> #ifndef __ifqueue_h__
> #define __ifqueue_h__
> 
> (two underscores instead of one in the end)
> Very small error, but at least I managed to get problems from it, so it is
> of course good if it is fixed.
> 
> /Anders
>