]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix.vapi: Added constant AF_UNSPEC
authorRichard Wiedenhöft <richard.wiedenhoeft@gmail.com>
Wed, 31 Jul 2013 10:09:57 +0000 (12:09 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 24 Aug 2013 11:12:13 +0000 (13:12 +0200)
Fixes bug 705204.

vapi/posix.vapi

index 687d77b4a13f5ce1534092be8d39203283ac4914..13994c0b3ef65506dcc7a11a88d11117070ee050 100644 (file)
@@ -1332,6 +1332,8 @@ namespace Posix {
        [CCode (cheader_filename = "sys/socket.h")]
        public const int SOCK_STREAM;
        [CCode (cheader_filename = "sys/socket.h")]
+       public const int AF_UNSPEC;
+       [CCode (cheader_filename = "sys/socket.h")]
        public const int AF_INET;
        [CCode (cheader_filename = "sys/socket.h")]
        public const int AF_INET6;