mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
11 lines
309 B
C
11 lines
309 B
C
--- alsapid/helper.c.orig 2023-12-18 22:35:47 UTC
|
|
+++ alsapid/helper.c
|
|
@@ -33,6 +33,8 @@
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
|
|
+#include <libgen.h>
|
|
+
|
|
void alsapid_compose_src_link(int alsa_client_id, char * buffer)
|
|
{
|
|
sprintf(buffer, "/tmp/alsapid-%lld-%d", (long long)getuid(), alsa_client_id);
|