zsh-workers
 help / color / mirror / code / Atom feed
From: Karl-Heinz Dewenter <khd@www.aeg-atlas.de>
To: zsh-workers-ml <zsh-workers@math.gatech.edu>
Subject: Compile Error on DigitalUNIX
Date: Thu, 09 Jan 1997 11:52:28 +0100	[thread overview]
Message-ID: <32D4CDEC.2781@aeg-atlas.de> (raw)

Hi,

excuse me, I'm new on this list and the error is quite old:

I get 
> zle_tricky.c: In function `maketildelist':
> zle_tricky.c:1553: warning: assignment from incompatible pointer type
> zle_tricky.c:1555: incompatible type for argument 3 of `yp_all'
> *** Exit 1
when compiling zsh on AlphaWorkstation with DigitalUNIX 3.2G.
The problem is quite easy to patch, perhaps anyone can patch the
original soure.

In zle_tricky.c I replaced the line 
        yp_all(domain, PASSWD_MAP, &cb);
by the following construct:
#ifdef __osf__
	yp_all(domain, PASSWD_MAP, cb);
#else
	yp_all(domain, PASSWD_MAP, &cb);
#endif

! zsh works on these systems very well. I like it!

-- 
	Karl-Heinz Dewenter
	AEG Atlas Schutz- und Leittechnik, Bremen, Germany
	--- please answer to <khdewenter@aeg-atlas.de> ---


             reply	other threads:[~1997-01-09 10:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-09 10:52 Karl-Heinz Dewenter [this message]
1997-01-09 12:57 ` Zefram

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=32D4CDEC.2781@aeg-atlas.de \
    --to=khd@www.aeg-atlas.de \
    --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).