mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix missing change from last commit
This commit is contained in:
parent
83c16b08fa
commit
9118b68728
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user