Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Unix domain socket module



> 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
     {



Messages sorted by: Reverse Date, Date, Thread, Author