From owner-mint@fishpool.com  Wed Jun  7 02:40:36 2000
From: "Guido Flohr" <gufl0000@stud.uni-sb.de>
Date: Tue, 6 Jun 2000 23:13:53 +0200
To: MiNT mailing list <mint@fishpool.com>
Cc: schwab@suse.de
Subject: Re: [MiNT] MiNT lib 55
Message-ID: <20000606231353.D1626@zowee.kosmos.all>
Reply-To: guido@freemint.de
Mail-Followup-To: MiNT mailing list <mint@fishpool.com>, schwab@suse.de
References: <20000512235831.L1290@zowee.kosmos.all> <Pine.BSF.4.21.0005241524380.13951-100000@antyk.obta.uw.edu.pl> <20000527030506.L2116@zowee.kosmos.all> <200005291518.RAA10046@hawking.suse.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <200005291518.RAA10046@hawking.suse.de>; from schwab@suse.de on Mon, May 29, 2000 at 05:18:03PM +0200
X-Hello-To-Secret-Service: Bombs Terror Ghaddafi PGP Marx Engels Lenin Che Guevara Fidel Castro Anarchy Porno Punk Saddam Password Mafia Peter Graf
X-Operating-System: Linux zowee 2.2.14 
Sender: owner-mint@fishpool.com
Precedence: bulk
X-Loop: mint@fishpool.com

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

