summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 12:52:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 12:52:53 +0800
commit06d8a9170cb774d07bc1df71da3649fe21da4a99 (patch)
tree50aeb28a2668c6d5ab285dc4b926f6bd367f88ea /x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
parentf93b0d13332aac0b2ea887ef32d1150805f16f28 (diff)
downloadmarcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar.gz
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar.bz2
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar.lz
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar.xz
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.tar.zst
marcuscom-ports-06d8a9170cb774d07bc1df71da3649fe21da4a99.zip
Add vte-0.11.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@585 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c')
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
new file mode 100644
index 000000000..cdadaca6a
--- /dev/null
+++ b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
@@ -0,0 +1,19 @@
+--- gnome-pty-helper/gnome-pty-helper.c.orig Wed Nov 27 13:40:01 2002
++++ gnome-pty-helper/gnome-pty-helper.c Wed Nov 27 13:40:42 2002
+@@ -42,6 +42,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <signal.h>
++#include <sys/param.h>
+ #include <fcntl.h>
+ #include <termios.h>
+ #include <errno.h>
+@@ -93,7 +94,7 @@
+ #endif
+ #endif /* CMSG_DATA */
+
+-#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
++#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
+
+ static struct cmsghdr *cmptr;
+