zsh-users
 help / color / mirror / code / Atom feed
From: Rob.Hooft@EMBL-Heidelberg.de
To: zsh-users@math.gatech.edu
Subject: DEC Unix 4.0, 3.0pre3
Date: Mon, 15 Jul 1996 14:29:51 +0200 (MET DST)	[thread overview]
Message-ID: <199607151229.OAA03859@nu> (raw)


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.



                 reply	other threads:[~1996-07-15 13:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199607151229.OAA03859@nu \
    --to=rob.hooft@embl-heidelberg.de \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).