mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
d897beee91
Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
278 B
Diff
13 lines
278 B
Diff
--- a/ipc_remote.cc
|
|
+++ b/ipc_remote.cc
|
|
@@ -941,8 +941,8 @@ int RootIPCRemote::OpenFDPassSock() {
|
|
}
|
|
|
|
typedef struct {
|
|
- struct cmsghdr header;
|
|
int fd;
|
|
+ struct cmsghdr header;
|
|
} __attribute__((packed)) cmsg_fd;
|
|
|
|
int RootIPCRemote::SendDescriptor(int in_fd) {
|