repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pulseaudio: fix dependencies for openssl-3
[oi-userland.git]
/
components
/
x11
/
mesa
/
patches
/
patch-src_util_libsync.h.patch
blob
deffa444fe3c7a07948d4a3690ff96ff25b85e80
1
$NetBSD: patch-src_util_libsync.h,v 1.1 2022/03/13 15:52:50 tnn Exp $
2
3
sys/ioccom.h for _IOWR
4
5
--- src/util/libsync.h.orig 2022-01-12 21:32:28.000000000 +0000
6
+++ src/util/libsync.h
7
@@ -34,6 +34,9 @@
8
#include <stdint.h>
9
#include <string.h>
10
#include <sys/ioctl.h>
11
+#ifdef __sun__
12
+#include <sys/ioccom.h>
13
+#endif
14
#include <sys/poll.h>
15
#include <unistd.h>
16