zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Peter Stephenson <pws@csr.com>
Cc: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: Re: PATCH: Unix domain socket module
Date: Thu, 22 Aug 2002 11:54:39 -0400	[thread overview]
Message-ID: <20020822155439.GA19341@dman.com> (raw)
In-Reply-To: <11860.1030017294@csr.com>

> Minor tweaks.  `sun' is predefined on hardware from a certain vendor.
> The compiler didn't like the declaration `sockaddr_un 1'.

I should have expected that.

> Are you going to commit the terminfo fix for 4.0?  That looks quite
> serious.

I could have sworn that I did, but since CVS knows better, here's the
4.0 version I used.

--- tmp/zsh4.0/Src/Modules/terminfo.c	2002-08-15 17:29:00.000000000 -0400
+++ /tmp/zsh/Src/Modules/terminfo.c	2002-08-15 18:02:47.000000000 -0400
@@ -198,6 +198,8 @@
     {
 	pm->u.str = dupstring(tistr);
 	pm->flags |= PM_SCALAR;
+	pm->sets.cfn = NULL;
+	pm->gets.cfn = strgetfn;
     }
     else
     {


      reply	other threads:[~2002-08-22 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-18  2:09 Clint Adams
2002-08-22 11:54 ` Peter Stephenson
2002-08-22 15:54   ` Clint Adams [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=20020822155439.GA19341@dman.com \
    --to=clint@zsh.org \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.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).