zsh-workers
 help / color / mirror / code / Atom feed
From: Gene Cohler <gene@bear.com>
To: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: hp patch for hpux 11.
Date: Tue, 4 Jan 2000 17:23:08 -0500	[thread overview]
Message-ID: <20000104172307.R15713@bear.com> (raw)
In-Reply-To: <E125cHS-0002wU-00.2000-01-04-22-18-18@mail11.svr.pol.co.uk>; from pws@pwstephenson.fsnet.co.uk on Tue, Jan 04, 2000 at 10:20:11PM +0000

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

Yes it did - sorry about that.
Unreversed patch enclosed.


On Tue, Jan 04, 2000 at 10:20:11PM +0000, Peter Stephenson wrote:
> Gene Cohler wrote:
> >    Things have changed from Sep 98 to current hpux 11.0 version.
> >    The dlfcn.h has gone - all the definitions are now in dl.h
> 
> Did this patch get reversed?  It seems to fit with the latest version if
> it's the other way round.
> 
> -- 
> Peter Stephenson <pws@pwstephenson.fsnet.co.uk>

-- 
  Gene Cohler
  Bear Stearns & Co.

[-- Attachment #2: HPFIX.pat --]
[-- Type: text/plain, Size: 405 bytes --]

*** Src/module.c.DIST	Tue Jan  4 09:26:29 2000
--- Src/module.c	Tue Jan  4 09:25:40 2000
***************
*** 319,325 ****
  #else
  
  #ifdef HAVE_DLFCN_H
! #  include <dlfcn.h>
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>
--- 319,329 ----
  #else
  
  #ifdef HAVE_DLFCN_H
! # ifdef HAVE_DL_H
! #  include <dl.h>
! # else
! # include <dlfcn.h>
! # endif
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>

[-- Attachment #3: Type: text/plain, Size: 351 bytes --]



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***********************************************************************



      reply	other threads:[~2000-01-04 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-04 14:59 Gene Cohler
2000-01-04 22:20 ` Peter Stephenson
2000-01-04 22:23   ` Gene Cohler [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=20000104172307.R15713@bear.com \
    --to=gene@bear.com \
    --cc=pws@pwstephenson.fsnet.co.uk \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).