aboutsummaryrefslogtreecommitdiff
path: root/net/kismet/patches/040-uclibc.patch
blob: f63a5da52f7db4935204999f3878b250035adf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
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) {