vte r2338 - in trunk: . src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2338 - in trunk: . src
- Date: Thu, 11 Dec 2008 13:50:33 +0000 (UTC)
Author: chpe
Date: Thu Dec 11 13:50:33 2008
New Revision: 2338
URL: http://svn.gnome.org/viewvc/vte?rev=2338&view=rev
Log:
Bug 564057 â src/pty.c does not compile with
--disable-gnome-pty-helper
* src/pty.c: Build with --disable-gnome-pty-helper. Patch by
yselkowitz at users.sourceforge.net .
Modified:
trunk/ChangeLog
trunk/src/pty.c
Modified: trunk/src/pty.c
==============================================================================
--- trunk/src/pty.c (original)
+++ trunk/src/pty.c Thu Dec 11 13:50:33 2008
@@ -636,6 +636,7 @@
return fd;
}
+#ifdef VTE_USE_GNOME_PTY_HELPER
#ifdef HAVE_RECVMSG
static void
_vte_pty_read_ptypair(int tunnel, int *parentfd, int *childfd)
@@ -695,7 +696,6 @@
}
#endif
-#ifdef VTE_USE_GNOME_PTY_HELPER
#ifdef HAVE_SOCKETPAIR
static int
_vte_pty_pipe_open(int *a, int *b)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]