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
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
runtime
/
openjdk-11
/
patches
/
src_java.base_solaris_native_libnio_ch_DevPollArrayWrapper.c.patch
blob
a393c11f41ec423de5774245a767221de948e7b8
1
$NetBSD$
2
3
XXX?
4
5
--- a/src/java.base/solaris/native/libnio/ch/DevPollArrayWrapper.c.orig 2019-01-08 09:40:30.000000000 +0000
6
+++ b/src/java.base/solaris/native/libnio/ch/DevPollArrayWrapper.c
7
@@ -23,9 +23,9 @@
8
* questions.
9
*/
10
11
-#include <sys/devpoll.h>
12
#include <sys/types.h>
13
#include <sys/stat.h>
14
+#include <devpoll.h>
15
#include <fcntl.h>
16
#include <poll.h>
17