diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-11 22:40:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-11 22:40:14 +0000 |
commit | 9ddddc6cc8a37048fecfdc96b09bc8204d41c2a2 (patch) | |
tree | 07a5f7fcfec46cbe1b075f0cd106be2fc77a4c6e /x11/vte | |
parent | 1897833bf6b1e413e58c70c25c472559beb41406 (diff) | |
download | pkgsrc-9ddddc6cc8a37048fecfdc96b09bc8204d41c2a2.tar.gz |
Restore comment.
Diffstat (limited to 'x11/vte')
-rw-r--r-- | x11/vte/patches/patch-aa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/vte/patches/patch-aa b/x11/vte/patches/patch-aa index 345e2eb41ba..d3a54e81cb8 100644 --- a/x11/vte/patches/patch-aa +++ b/x11/vte/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2007/04/11 17:54:35 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2007/04/11 22:40:14 wiz Exp $ + +Let's assume that if the macro CMSG_FIRSTHDR is not defined, that struct +msghdr does not have the msg_control member, too. Needed for Solaris. --- src/pty.c.orig 2007-02-26 22:05:14.000000000 +0100 +++ src/pty.c |