Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265111AbTFEUZa (ORCPT ); Thu, 5 Jun 2003 16:25:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265112AbTFEUZa (ORCPT ); Thu, 5 Jun 2003 16:25:30 -0400 Received: from wohnheim.fh-wedel.de ([195.37.86.122]:24800 "EHLO wohnheim.fh-wedel.de") by vger.kernel.org with ESMTP id S265111AbTFEUZ3 (ORCPT ); Thu, 5 Jun 2003 16:25:29 -0400 Date: Thu, 5 Jun 2003 22:38:59 +0200 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Linus Torvalds Cc: Steven Cole , linux-kernel@vger.kernel.org Subject: Re: [Patch] 2.5.70-bk9 zlib cleanup #4 z_off_t Message-ID: <20030605203859.GF22439@wohnheim.fh-wedel.de> References: <20030605194644.GA22439@wohnheim.fh-wedel.de> <20030605200958.GB22439@wohnheim.fh-wedel.de> <20030605201850.GC22439@wohnheim.fh-wedel.de> <20030605203346.GE22439@wohnheim.fh-wedel.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030605203346.GE22439@wohnheim.fh-wedel.de> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1024 Lines: 36 Hi Linus! Two more unused macros. J?rn -- Invincibility is in oneself, vulnerability is in the opponent. -- Sun Tzu --- linux-2.5.70-bk9/include/linux/zconf.h~zlib_cleanup_more_intentions 2003-06-05 22:31:59.000000000 +0200 +++ linux-2.5.70-bk9/include/linux/zconf.h 2003-06-05 22:33:34.000000000 +0200 @@ -8,18 +8,6 @@ #ifndef _ZCONF_H #define _ZCONF_H -#if defined(__GNUC__) || defined(__386__) || defined(i386) -# ifndef __32BIT__ -# define __32BIT__ -# endif -#endif - -#if defined(__STDC__) || defined(__cplusplus) -# ifndef STDC -# define STDC -# endif -#endif - /* The memory requirements for deflate are (in bytes): (1 << (windowBits+2)) + (1 << (memLevel+9)) that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/