From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5427 invoked from network); 20 Apr 2001 13:39:27 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Apr 2001 13:39:27 -0000 Received: (qmail 24179 invoked by alias); 20 Apr 2001 13:39:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14054 Received: (qmail 24162 invoked from network); 20 Apr 2001 13:39:19 -0000 Date: Fri, 20 Apr 2001 09:39:18 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: PATCH: termcap parameter support Message-ID: <20010420093918.A32344@dman.com> References: <20010420092436.A31032@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010420092436.A31032@dman.com>; from schizo@debian.org on Fri, Apr 20, 2001 at 09:24:36AM -0400 > As promised, here is ${termcap}. This breaks the TERMCAP_H/TERM_H check > in Src/prototypes.h. Hmm. No, it doesn't. I'm confused. /opt/SUNWspro/bin/cc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DMODULE -O -Kpic -o termcap..o termcap.c "/usr/include/iso/stddef_iso.h", line 73: warning: macro redefined: offsetof "/usr/include/term.h", line 1060: incomplete struct/union/enum termio: Ottyb "termcap.c", line 113: warning: argument #3 is incompatible with prototype: prototype: pointer to function(char) returning int : "/usr/include/term.h", line 1205 argument : pointer to function(int) returning int "termcap.c", line 116: warning: improper pointer/integer combination: arg #1 "termcap.c", line 116: warning: argument #3 is incompatible with prototype: prototype: pointer to function(char) returning int : "/usr/include/term.h", line 1205 argument : pointer to function(int) returning int cc: acomp failed for termcap.c make[3]: *** [termcap..o] Error 2