From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27603 invoked by alias); 2 Dec 2004 18:01:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27551 invoked from network); 2 Dec 2004 18:01:55 -0000 Received: from unknown (HELO krynn.se.axis.com) (193.13.178.10) by sourceware.org with SMTP; 2 Dec 2004 18:01:55 -0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.83.5.18]) by krynn.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id iB2I1rAD031820; Thu, 2 Dec 2004 19:01:53 +0100 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id iB2I1rdD005129; Thu, 2 Dec 2004 19:01:53 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id iB2I1rO9005125; Thu, 2 Dec 2004 19:01:53 +0100 Date: Thu, 02 Dec 2004 18:01:00 -0000 Message-Id: <200412021801.iB2I1rO9005125@ignucius.se.axis.com> From: Hans-Peter Nilsson To: gdb-patches@sources.redhat.com In-reply-to: <200412021752.iB2Hqppc004660@ignucius.se.axis.com> (message from Hans-Peter Nilsson on Thu, 2 Dec 2004 18:52:51 +0100) Subject: Re: sim/common/callback.c: autoconf tests for struct stat members, more added. X-SW-Source: 2004-12/txt/msg00047.txt.bz2 > Date: Thu, 2 Dec 2004 18:52:51 +0100 > From: Hans-Peter Nilsson > --- callback.c 2 Dec 2004 17:49:41 -0000 > --- 816,869 ---- > > if (hs != NULL) > { > ! if (1) > ! ; Bah. Of course it works much better with "if (0)" here (more tests pass, for one. ;-) Sorry about that. The rest of patch stands. brgds, H-P