[vala] linux: Remove extra parameter from forkpty()
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] linux: Remove extra parameter from forkpty()
- Date: Thu, 29 Sep 2011 18:14:22 +0000 (UTC)
commit 633460af0f884f00e96e65c4da17512f5055682a
Author: Luca Bruno <lucabru src gnome org>
Date: Thu Sep 29 20:13:22 2011 +0200
linux: Remove extra parameter from forkpty()
Fixes bug 660473.
vapi/linux.vapi | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index c58c3cf..359c0b0 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -1115,7 +1115,6 @@ namespace Linux {
[CCode (cheader_filename = "pty.h")]
public Posix.pid_t forkpty (out int amaster,
- out int aslave,
[CCode (array_length=false, array_null_terminated=true)] char[] name,
Posix.termios? termp,
winsize? winp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]