zsh-workers
 help / color / mirror / code / Atom feed
From: esky@CS.UCLA.EDU (Eskandar Ensafi)
To: zsh-workers@math.gatech.edu
Subject: Some patches to beta8
Date: Mon, 22 May 95 15:52:28 -0700	[thread overview]
Message-ID: <9505222252.AA10106@marathon.cs.ucla.edu> (raw)

Hi,

The following are some minor patches intended to clean up compilation.

- Eskandar

*** init.c.old	Mon May 22 15:38:29 1995
--- init.c	Mon May 22 15:47:39 1995
***************
*** 705,713 ****
  getbaudrate(struct ttyinfo *shttyinfo)
  {
      int speedcode;
      long tempbaud;
  
- #ifdef HAS_TIO
  # if defined(HAVE_TCGETATTR) && defined(HAVE_TERMIOS_H)
      tempbaud = cfgetospeed(&shttyinfo->tio);
      if (tempbaud >= 100)
--- 705,713 ----
  getbaudrate(struct ttyinfo *shttyinfo)
  {
      int speedcode;
+ #ifdef HAS_TIO
      long tempbaud;
  
  # if defined(HAVE_TCGETATTR) && defined(HAVE_TERMIOS_H)
      tempbaud = cfgetospeed(&shttyinfo->tio);
      if (tempbaud >= 100)
*** signals.c.old	Mon May 22 15:40:39 1995
--- signals.c	Mon May 22 15:47:39 1995
***************
*** 402,410 ****
  # 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
  #endif
  
--- 402,410 ----
  # 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((void *)statusp)
  # endif
  #endif
  
*** system.h.old	Mon May 22 15:35:38 1995
--- system.h	Mon May 22 15:38:13 1995
***************
*** 40,45 ****
--- 40,46 ----
  #ifdef __NeXT__
  # undef HAVE_TERMIOS_H
  # undef HAVE_SYS_UTSNAME_H
+ extern pid_t getppid(void);
  #endif
  
  #ifdef PROTOTYPES


                 reply	other threads:[~1995-05-22 23:05 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=9505222252.AA10106@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).