]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Spawn.pm
doc: re-add missing 1.6 release notes
[public-inbox.git] / lib / PublicInbox / Spawn.pm
index e5c0b1e94d03079455ce6ecea8fd977c468c4998..376d219096e7d66d3e781f3e3cf1030c2791ed54 100644 (file)
@@ -209,7 +209,7 @@ my $fdpass = <<'FDPASS';
 #include <sys/socket.h>
 
 #if defined(CMSG_SPACE) && defined(CMSG_LEN)
-#define SEND_FD_CAPA 4
+#define SEND_FD_CAPA 6
 #define SEND_FD_SPACE (SEND_FD_CAPA * sizeof(int))
 union my_cmsg {
        struct cmsghdr hdr;