blob: f63a5da52f7db4935204999f3878b250035adf2a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/ipc_remote.cc
2+++ b/ipc_remote.cc
3@@ -941,8 +941,8 @@ int RootIPCRemote::OpenFDPassSock() {
4 }
5
6 typedef struct {
7- struct cmsghdr header;
8 int fd;
9+ struct cmsghdr header;
10 } __attribute__((packed)) cmsg_fd;
11
12 int RootIPCRemote::SendDescriptor(int in_fd) {