From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1990 invoked from network); 28 May 2000 15:54:15 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 May 2000 15:54:15 -0000 Received: (qmail 17633 invoked by alias); 28 May 2000 15:54:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11610 Received: (qmail 17626 invoked from network); 28 May 2000 15:54:07 -0000 Date: Sun, 28 May 2000 17:53:58 +0200 From: jarausch@igpm.rwth-aachen.de Subject: zftp.c doesn't compile on IRIX6.5 To: zsh-workers@sunsite.auc.dk Reply-to: jarausch@igpm.rwth-aachen.de Message-id: <200005281554.RAA22070@numa1.igpm.rwth-aachen.de> MIME-version: 1.0 Content-type: TEXT/plain; charset=us-ascii The cvs version from today doesn't compile on IRIX 6.5 It seems there is a bug on IRIX. It uses a type 'n_long' within but fails to include where this is defined. I had to apply the following (ugly) workaround *** zftp.c.orig Sun May 28 17:34:38 2000 --- zftp.c Sun May 28 17:34:39 2000 *************** *** 64,69 **** --- 64,72 ---- #ifdef HAVE_NETINET_IN_SYSTM_H # include #endif + #ifdef __sgi + #include + #endif #include #include #include -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Institute of Technology, RWTH Aachen D 52056 Aachen, Germany