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 | 7e23825b84600e5ce3a09a73c01f4fe4b641504e (patch) | |
tree | 07a5f7fcfec46cbe1b075f0cd106be2fc77a4c6e /x11 | |
parent | 3e08351f0296ccd61e27bf275269b75ffaec448e (diff) | |
download | pkgsrc-7e23825b84600e5ce3a09a73c01f4fe4b641504e.tar.gz |
Restore comment.
Diffstat (limited to 'x11')
-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 |