zsh-workers
 help / color / mirror / code / Atom feed
* zsh on DEC ES40 / Dec OSF 5.0
@ 1999-11-08 15:06 Olivier Delemar
  1999-11-08 16:34 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Delemar @ 1999-11-08 15:06 UTC (permalink / raw)
  To: zsh-workers


        I recently installed zsh-3.0.7 on a Dec ES40 under OSF 5.0. It needed a
litle patch to compile, which I include at the end of this e-mail. We didn't
test it widely, but it seems to work fine.

        Here is the patch :
*** prototypes.orig     Fri Nov  5 14:36:28 1999
--- prototypes.h        Fri Nov  5 14:34:40 1999
***************
*** 104,110 ****
--- 104,112 ----
  # ifndef HAVE_IOCTL_PROTO
  int ioctl _((int d, unsigned long request, void *argp));
  # endif
+ /* Already defined in /usr/include/sys/stat.h
  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 * exceptfd
s, struct timeval *timeout));
  #endif

        Greetings,

                                O. Delemar, CS-SI. ATHESA
                CEA/CENG, Bat. T, 17 Av. des Martyrs, GRENOBLE
                                Tel. 04 76 88 50 16


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: zsh on DEC ES40 / Dec OSF 5.0
  1999-11-08 15:06 zsh on DEC ES40 / Dec OSF 5.0 Olivier Delemar
@ 1999-11-08 16:34 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1999-11-08 16:34 UTC (permalink / raw)
  To: delemar; +Cc: zsh-workers

Olivier Delemar wrote:
>+ /* Already defined in /usr/include/sys/stat.h
>  int mknod _((const char *pathname, int mode, dev_t device));
>+ */

Presumably `mode' is supposed to be a mode_t?  Is that why it failed?

-zefram


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-08 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-08 15:06 zsh on DEC ES40 / Dec OSF 5.0 Olivier Delemar
1999-11-08 16:34 ` Zefram

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