From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2712 invoked from network); 18 Apr 2001 19:19:08 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Apr 2001 19:19:08 -0000 Received: (qmail 10540 invoked by alias); 18 Apr 2001 19:19:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14015 Received: (qmail 10524 invoked from network); 18 Apr 2001 19:18:59 -0000 Date: Wed, 18 Apr 2001 12:18:29 -0700 From: Mads Martin =?iso-8859-1?Q?J=F8rgensen?= To: zsh-workers@sunsite.dk Subject: Small oneliner to fix warnings Message-ID: <20010418121829.I757@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is a small oneliner to fix a warning when building zsh on ia64. The warning: terminfo.c:69: warning: cast to pointer from integer of different size terminfo.c:168: warning: cast to pointer from integer of different size And the obvious patch: --- zsh-4.0.1-pre-3/Src/Modules/terminfo.c +++ zsh-4.0.1-pre-3/Src/Modules/terminfo.c 2001/04/15 20:00:42 @@ -27,6 +27,7 @@ * */ +#include #include "terminfo.mdh" #include "terminfo.pro" Thanks, Mads Martin -- Mads Martin Joergensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort." -- A. P. J.