[vala/0.14] linux: Remove extra parameter from forkpty()
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] linux: Remove extra parameter from forkpty()
- Date: Wed, 30 Nov 2011 14:23:04 +0000 (UTC)
commit e6f0a5391c831d69feb3ae18590cf41f455a9c8f
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]