zsh-workers
 help / color / mirror / code / Atom feed
From: "Jonathan A. George" <jageorge@tel.gte.com>
To: zsh-workers@math.gatech.edu, zefram@fysh.org
Subject: zsh 3.1.4: Fix for compiling with HP/UX 10.20
Date: Fri, 26 Jun 1998 22:11:16 -0400	[thread overview]
Message-ID: <359454C4.671CBCF4@tel.gte.com> (raw)

In order to compile ZSH 3.1.4 with HP/UX 10.20 the following change MUST
be made.

REPLACE THESE LINES in watch.c
# undef ut_time
# define ut_time ut_xtime

WITH THESE LINES
# undef ut_time
#ifndef _HPUX_SOURCE
# define ut_time ut_xtime
#else
# define ut_time ut_tv.tv_sec
#endif

I am not on the zsh mailing list, so send mail me directly if you have
any questions.

-- 
Jonathan A. George
External: <mailto:jageorge@tel.gte.com>


                 reply	other threads:[~1998-06-27  2:17 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=359454C4.671CBCF4@tel.gte.com \
    --to=jageorge@tel.gte.com \
    --cc=zefram@fysh.org \
    --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).