zsh-workers
 help / color / mirror / code / Atom feed
From: esky@CS.UCLA.EDU (Eskandar Ensafi)
To: zsh-workers@math.gatech.edu
Subject: Minor Patch
Date: Thu, 7 Sep 95 13:15:58 -0700	[thread overview]
Message-ID: <9509072015.AA17469@marathon.cs.ucla.edu> (raw)


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


                 reply	other threads:[~1995-09-07 21:38 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=9509072015.AA17469@marathon.cs.ucla.edu \
    --to=esky@cs.ucla.edu \
    --cc=zsh-workers@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).