rclone: Switch tarballs to signed (fixes #2382)
[termux-packages] / packages / strace / ipc_shmctl.c.patch
CommitLineData
60657c9d
FF
1diff -u -r ../strace-4.11/ipc_shmctl.c ./ipc_shmctl.c
2--- ../strace-4.11/ipc_shmctl.c 2015-11-25 20:36:58.000000000 -0500
3+++ ./ipc_shmctl.c 2015-12-25 22:21:12.944165532 -0500
4@@ -74,7 +74,9 @@
5 break;
6 }
7
8+#ifndef __ANDROID__
9 tprintf(", key=%u", (unsigned) shmid_ds.shm_perm.__key);
10+#endif
11 printuid(", cuid=", shmid_ds.shm_perm.cuid);
12 printuid(", cgid=", shmid_ds.shm_perm.cgid);
13 tprints("}");