zsh-workers
 help / color / mirror / code / Atom feed
* Minor Patch
@ 1995-09-07 20:15 Eskandar Ensafi
  0 siblings, 0 replies; only message in thread
From: Eskandar Ensafi @ 1995-09-07 20:15 UTC (permalink / raw)
  To: zsh-workers


Hi,

The following cleans up some minor details when compiling under NEXTSTEP.

- Esky


*** signals.c.old	Thu Sep  7 13:08:03 1995
--- signals.c	Thu Sep  7 13:09:43 1995
***************
*** 402,408 ****
  # define  WAIT(pid, statusp, options) waitpid(pid, statusp, options)
  #else
  # ifdef HAVE_WAIT3
! #  define WAIT(pid, statusp, options) wait3(statusp, options, NULL)
  # else
  #  define WAIT(pid, statusp, options) wait(statusp)
  # endif
--- 402,408 ----
  # define  WAIT(pid, statusp, options) waitpid(pid, statusp, options)
  #else
  # ifdef HAVE_WAIT3
! #  define WAIT(pid, statusp, options) wait3((void *)statusp, options, NULL)
  # else
  #  define WAIT(pid, statusp, options) wait(statusp)
  # endif
*** system.h.old	Thu Sep  7 09:18:01 1995
--- system.h	Thu Sep  7 13:06:22 1995
***************
*** 40,45 ****
--- 40,46 ----
  #ifdef __NeXT__
  # undef HAVE_TERMIOS_H
  # undef HAVE_SYS_UTSNAME_H
+ extern pid_t getppid(void);
  #endif
  
  #ifdef PROTOTYPES
***************
*** 50,59 ****
  
  #ifdef HAVE_LIBC_H     /* NeXT */
  # include <libc.h>
- #endif
- 
- #ifdef HAVE_OBJZ_H     /* NeXT */
- # include "objz.h"
  #endif
  
  #ifdef HAVE_UNISTD_H
--- 51,56 ----


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

only message in thread, other threads:[~1995-09-07 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-09-07 20:15 Minor Patch Eskandar Ensafi

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