zsh-workers
 help / color / mirror / code / Atom feed
From: Daniel Jackson <daniel@hermes.oit.unc.edu>
To: zsh-workers@math.gatech.edu
Subject: zsh-2.6-beta14 patch
Date: Mon, 15 Apr 1996 23:06:14 -0400 (EDT)	[thread overview]
Message-ID: <Pine.SOL.3.91.960415230002.13796V-200000@hermes.oit.unc.edu> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 577 bytes --]

No doubt you've found this one already, but here's a patch anyway.  
There seems to be a missing argument to a function in Src/zle_tricky.c.  
It causes the compile to die on both AIX 4.1.4 and Solaris 2.5 with 
gcc-2.7.2.  I inserted what looked to be the obvious argument and it then 
compiled.

I'm not a subscriber to the list, but I don't need a response unless the 
fix to this problem isn't as obvious as I think it is.

The patch is attached.

Thanks for all the work on zsh - it's great!

Daniel Jackson
UNC Chapel Hill
Office for Information Technology
daniel@unc.edu

[-- Attachment #2: Type: TEXT/PLAIN, Size: 623 bytes --]

*** Src/zle_tricky.c.orig	Mon Apr 15 16:53:00 1996
--- Src/zle_tricky.c	Mon Apr 15 16:55:50 1996
***************
*** 1681,1687 ****
      }
  #else  /* no NIS or NIS_PLUS */
      /* add all the usernames to the named directory table */
!     nameddirtab->filltable();
  #endif
  
      scanhashtable(nameddirtab, 0, (addwhat==-1) ? 0 : ND_USERNAME, 0,
--- 1681,1687 ----
      }
  #else  /* no NIS or NIS_PLUS */
      /* add all the usernames to the named directory table */
!     nameddirtab->filltable(nameddirtab);
  #endif
  
      scanhashtable(nameddirtab, 0, (addwhat==-1) ? 0 : ND_USERNAME, 0,

                 reply	other threads:[~1996-04-16  3:13 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=Pine.SOL.3.91.960415230002.13796V-200000@hermes.oit.unc.edu \
    --to=daniel@hermes.oit.unc.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).