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

Re: [MiNT] MiNT lib 55



On Mon, May 29, 2000 at 05:18:03PM +0200, Andreas Schwab wrote:
> |> BTW: There is an annoying typo in the new sys/stat.h, a couple of lines
> |> below:
> |> 
> |> 	#define S_ISSOCK		((m & S_IFMT) == S_IFSOCK)
> |> 
> |> should read
> |> 
> |> 	#define S_ISSOCK(m)		((m & S_IFMT) == S_IFSOCK)
> 
> Actually, it should read:
> 
> 	#define S_ISSOCK(m)		(((m) & S_IFMT) == S_IFSOCK)
> 
> Andreas.

Correct.  And it has to get fixed all over the MiNTLib headers.

Ciao

Guido
-- 
http://www.stud.uni-saarland.de/
Send your spam to president@whitehouse.gov and your replies to
mailto:guido at freemint dot de