From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id XAA25648 for ; Mon, 15 Jul 1996 23:32:43 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA14154; Mon, 15 Jul 1996 09:21:03 -0400 (EDT) Resent-Date: Mon, 15 Jul 1996 08:30:53 -0400 (EDT) From: Rob.Hooft@EMBL-Heidelberg.de Date: Mon, 15 Jul 1996 14:29:51 +0200 (MET DST) Message-Id: <199607151229.OAA03859@nu> To: zsh-users@math.gatech.edu Subject: DEC Unix 4.0, 3.0pre3 Mime-Version: 1.0 (generated by tm-edit 7.67) Content-Type: text/plain; charset=US-ASCII Resent-Message-ID: <"viRup.0.lL3.zdZwn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/296 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu In "prototypes.h", near line 104: #if defined(__osf__) && defined(__alpha) /* Digital cc does not need these prototypes, gcc does need them */ int ioctl _((int d, unsigned long request, void *argp)); int mknod _((const char *pathname, int mode, dev_t device)); int nice _((int increment)); int select _((int nfds, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval *timeout)); #endif It seems this has changed in DEC Unix 4.0. Although gcc-2.7.2 has some quirks on this platform, I still use it, and it complains about an inconsistent prototype for ioctl. Taking this one out allows me to recompile zsh. Rob.