Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh on DEC ES40 / Dec OSF 5.0



        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



Messages sorted by: Reverse Date, Date, Thread, Author