Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/alsa-plugins/files/patch-arcam-av_arcam__av.c
16461 views
1
--- arcam-av/arcam_av.c.orig 2024-06-10 09:18:39 UTC
2
+++ arcam-av/arcam_av.c
3
@@ -39,6 +39,8 @@
4
#include <sys/socket.h>
5
#include <sys/un.h>
6
7
+#define AF_FILE AF_UNIX
8
+
9
#define MIN(a, b) ((a) < (b) ? (a) : (b))
10
#define MAX(a, b) ((a) > (b) ? (a) : (b))
11
12
13