mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 21:42:50 +00:00
Update su to match Linux's implementation
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <pthread.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
extern int is_daemon_init, seperate_vendor;
|
||||
|
||||
@@ -77,6 +78,6 @@ void ls_hide_list(int client);
|
||||
* Superuser *
|
||||
*************/
|
||||
|
||||
void su_daemon_receiver(int client);
|
||||
void su_daemon_receiver(int client, struct ucred *credential);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user