Skip to content

Commit

Permalink
audio/pulseaudio: fix closefrom patch
Browse files Browse the repository at this point in the history
I pushed the wrong patch the first time

Pointy hat:	bapt
  • Loading branch information
bapt committed Apr 4, 2024
1 parent 9c26f66 commit f624955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/pulseaudio/files/patch-src_pulsecore_core-util.c
Expand Up @@ -7,7 +7,7 @@
-
+#if defined(__FreeBSD__)
+ maxfd = 0;
+ for (i = 0; except_fds[i] >= 0; i++)
+ for (int i = 0; except_fds[i] >= 0; i++)
+ if (except_fds[i] > maxfd)
+ maxfd = except_fds[i];
+ maxfd++;
Expand Down

0 comments on commit f624955

Please sign in to comment.