Fix missing change from last commit

This commit is contained in:
Jeremy Soller 2025-11-07 15:26:33 -07:00
parent 83c16b08fa
commit 9118b68728
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,12 +1,12 @@
diff -ruwN source-old/gio/gcredentialsprivate.h source/gio/gcredentialsprivate.h
--- source-old/gio/gcredentialsprivate.h 2025-02-20 06:08:16.000000000 -0700
+++ source/gio/gcredentialsprivate.h 2025-11-07 15:23:11.471806927 -0700
+++ source/gio/gcredentialsprivate.h 2025-11-07 15:25:50.600847134 -0700
@@ -104,7 +104,7 @@
*/
#undef G_CREDENTIALS_HAS_PID
-#ifdef __linux__
+#if defined(__linux__)
+#if defined(__linux__) || defined(__redox__)
#define G_CREDENTIALS_SUPPORTED 1
#define G_CREDENTIALS_USE_LINUX_UCRED 1
#define G_CREDENTIALS_NATIVE_TYPE G_CREDENTIALS_TYPE_LINUX_UCRED