zsh-users
 help / color / mirror / code / Atom feed
* DEC Unix 4.0, 3.0pre3
@ 1996-07-15 12:29 Rob.Hooft
  0 siblings, 0 replies; only message in thread
From: Rob.Hooft @ 1996-07-15 12:29 UTC (permalink / raw)
  To: zsh-users


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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-07-15 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-15 12:29 DEC Unix 4.0, 3.0pre3 Rob.Hooft

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).