zsh-workers
 help / color / mirror / code / Atom feed
* zsh-2.6-beta14 patch
@ 1996-04-16  3:06 Daniel Jackson
  0 siblings, 0 replies; only message in thread
From: Daniel Jackson @ 1996-04-16  3:06 UTC (permalink / raw)
  To: zsh-workers

[-- 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-04-16  3:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-16  3:06 zsh-2.6-beta14 patch Daniel Jackson

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).