Alexander Shiryaev 8 anni fa
parent
commit
f3730a0395

+ 1 - 0
BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Net/sizeofs.c

@@ -1,5 +1,6 @@
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <poll.h>
 #include <stdlib.h>
 #include <stdio.h>

+ 4 - 0
BlackBox/_Linux_/Lin/Mod/gen-Net/fields-sockaddr_storage

@@ -0,0 +1,4 @@
+			(* /usr/include/i386-linux-gnu/bits/socket.h *)
+				sa_family: sa_family_t;
+				__ss_align: INTEGER;
+				__ss_padding: ARRAY [untagged] 128 - 2 * 4 OF SHORTCHAR;