ports/audio/pulseaudio/files/patch-src_utils_padsp.c
Steve Wills bb497689a8 audio/pulseaudio: Update to 12.2
PR:		229192
Submitted by:	lightside <lightside@gmx.com>
2018-11-09 15:32:15 +00:00

14 lines
387 B
C

# Revert some changes after following commit:
# https://github.com/pulseaudio/pulseaudio/commit/66885ad633db0f371693475c72133e91f1e09ee5
--- src/utils/padsp.c.orig 2018-05-11 11:43:31 UTC
+++ src/utils/padsp.c
@@ -2394,7 +2394,7 @@ fail:
return ret;
}
-#ifndef __GLIBC__
+#ifdef sun
int ioctl(int fd, int request, ...) {
#else
int ioctl(int fd, unsigned long request, ...) {