diff options
Diffstat (limited to 'net/kismet/patches/040-uclibc.patch')
-rw-r--r-- | net/kismet/patches/040-uclibc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/kismet/patches/040-uclibc.patch b/net/kismet/patches/040-uclibc.patch new file mode 100644 index 000000000..f63a5da52 --- /dev/null +++ b/net/kismet/patches/040-uclibc.patch @@ -0,0 +1,12 @@ +--- 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) { |