From bb0735a46a494620b17e1401211ddfb869db58c6 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 5 May 2007 11:42:03 -0700 Subject: [PATCH] --- yaml --- r: 53705 b: refs/heads/master c: cf130cb102487723bdfc53e4abde1227a7563797 h: refs/heads/master i: 53703: e919bb54ba1d18ff7ac6ae669f32dee119d07028 v: v3 --- [refs] | 2 +- trunk/include/linux/netlink.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0bcf136d0818..5b9dad178575 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af7cd373b01ccb8191dc16c77fff4cf2b11def50 +refs/heads/master: cf130cb102487723bdfc53e4abde1227a7563797 diff --git a/trunk/include/linux/netlink.h b/trunk/include/linux/netlink.h index f41688f56632..2e23353c28a5 100644 --- a/trunk/include/linux/netlink.h +++ b/trunk/include/linux/netlink.h @@ -31,7 +31,7 @@ struct sockaddr_nl { sa_family_t nl_family; /* AF_NETLINK */ unsigned short nl_pad; /* zero */ - __u32 nl_pid; /* process pid */ + __u32 nl_pid; /* port ID */ __u32 nl_groups; /* multicast groups mask */ }; @@ -41,7 +41,7 @@ struct nlmsghdr __u16 nlmsg_type; /* Message content */ __u16 nlmsg_flags; /* Additional flags */ __u32 nlmsg_seq; /* Sequence number */ - __u32 nlmsg_pid; /* Sending process PID */ + __u32 nlmsg_pid; /* Sending process port ID */ }; /* Flags values */