[vala] posix: Make termios.c_cc field be an inline array



commit 25284383d17327d65da0fa341193cb2023e8f590
Author: Luca Bruno <lucabru src gnome org>
Date:   Tue Aug 30 16:23:09 2011 +0200

    posix: Make termios.c_cc field be an inline array
    
    Fixes bug 657644.

 vapi/posix.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 8da0d31..4b7b145 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -1991,7 +1991,7 @@ namespace Posix {
 		public tcflag_t c_cflag;
 		public tcflag_t c_lflag;
 		public cc_t c_line;
-		public unowned cc_t[] c_cc;
+		public cc_t c_cc[32];
 		public speed_t c_ispeed;
 		public speed_t c_ospeed;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]