zsh-workers
 help / color / mirror / code / Atom feed
From: Kevin Sullivan <kevins@mediaone.net>
To: benjamin@cs.ualberta.ca, richard@connections.yk.ca,
	zsh-workers@math.gatech.edu
Subject: Re: Compile problems on HP-UX 11.00
Date: Fri, 23 Oct 1998 15:25:35 -0400 (EDT)	[thread overview]
Message-ID: <13872.55129.529938.955579@drkstr> (raw)
In-Reply-To: <13872.50268.527016.316992@drkstr>


I left out some critical information in my explanation of the change I 
made. Dooh.. I am made this change in version zsh-3.1.4 with no
patches.  In any event here is a context diff I made of the file
Src/watch.c:

diff -c original_watch.c changed_watch.c
*** original_watch.c     Sun May 31 09:08:15 1998
--- changed_watch.c   Wed Jun 17 08:12:19 1998
***************
*** 88,94 ****
  #if !defined(WATCH_STRUCT_UTMP) && defined(HAVE_STRUCT_UTMPX) && defined(REAL_UTMPX_FILE)
  # define WATCH_STRUCT_UTMP struct utmpx
  # undef ut_time
! # define ut_time ut_xtime
  # define WATCH_UTMP_FILE REAL_UTMPX_FILE
  # ifdef REAL_WTMPX_FILE
  #  define WATCH_WTMP_FILE REAL_WTMPX_FILE
--- 88,94 ----
  #if !defined(WATCH_STRUCT_UTMP) && defined(HAVE_STRUCT_UTMPX) && defined(REAL_UTMPX_FILE)
  # define WATCH_STRUCT_UTMP struct utmpx
  # undef ut_time
! # define ut_time ut_tv.tv_sec /* kevins */
  # define WATCH_UTMP_FILE REAL_UTMPX_FILE
  # ifdef REAL_WTMPX_FILE
  #  define WATCH_WTMP_FILE REAL_WTMPX_FILE


Kevin Sullivan writes:
> 
> I had the same problem however, I changed line Src/watch.c
> from:
> < # define ut_time ut_xtime
> to:
> > # define ut_time ut_tv.tv_sec 
> 
> Again.. I am sure there is a better way. This is just what I 
> did. 
> 
>   -Kevin
> 


      reply	other threads:[~1998-10-23 19:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-23 16:59 Richard Whittaker
1998-10-23 17:37 ` benjamin
1998-10-23 18:02   ` Kevin Sullivan
1998-10-23 19:25     ` Kevin Sullivan [this message]

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=13872.55129.529938.955579@drkstr \
    --to=kevins@mediaone.net \
    --cc=benjamin@cs.ualberta.ca \
    --cc=richard@connections.yk.ca \
    --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).