ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-05.patch
bloba7ed8b341aba463a9c3b7ca0b6e77eb0aa48384f
1 --- a/src/java.base/unix/classes/sun/nio/fs/UnixUserPrincipals.java Thu May 28 00:44:10 2020
2 +++ b/src/java.base/unix/classes/sun/nio/fs/UnixUserPrincipals.java Wed May 20 19:29:11 2020
3 @@ -67,6 +67,10 @@
4 throw new AssertionError();
7 + boolean isSpecial() {
8 + return id == -1;
9 + }
11 @Override
12 public String getName() {
13 return name;