Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id PAA09197; Wed, 9 Jul 1997 15:54:35 -0700 (PDT) Received: from twinlark.arctic.org (twinlark.arctic.org [204.62.130.91]) by hyperreal.org (8.8.5/8.8.5) with SMTP id PAA09043 for ; Wed, 9 Jul 1997 15:54:17 -0700 (PDT) Received: (qmail 4947 invoked by uid 500); 9 Jul 1997 22:43:30 -0000 Date: Wed, 9 Jul 1997 15:43:30 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: [PATCH] PR#344: 64-bit cleanup In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org FWIW we can just continue ignoring the warnings and it should continue to work on alpha architectures. I'm not sure about IRIX64, it probably works there too. I just prefer to not have the compiler complaining about things. We could probably get rid of the complaints by having some casts like (void *)(long)fd, or (int)(long)ptr, which is essentially what my patch does. Dean