summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorDavid Howells2007-07-22 04:30:16 +0200
committerDavid S. Miller2007-07-22 04:30:16 +0200
commite51f802babc5e368c60fbfd08c6c11269c9253b0 (patch)
treed84a788cd2af28296e5376d4e2af496ff8febb9d /net/core/sock.c
parent[NET]: Make NETDEVICES depend on NET. (diff)
downloadkernel-qcow2-linux-e51f802babc5e368c60fbfd08c6c11269c9253b0.tar.gz
kernel-qcow2-linux-e51f802babc5e368c60fbfd08c6c11269c9253b0.tar.xz
kernel-qcow2-linux-e51f802babc5e368c60fbfd08c6c11269c9253b0.zip
[NET]: Add missing entries to family name tables
Add missing entries to af_family_clock_key_strings[]. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r--net/core/sock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index bd209c4477a9..cfed7d42c485 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -182,7 +182,8 @@ static const char *af_family_clock_key_strings[AF_MAX+1] = {
"clock-21" , "clock-AF_SNA" , "clock-AF_IRDA" ,
"clock-AF_PPPOX" , "clock-AF_WANPIPE" , "clock-AF_LLC" ,
"clock-27" , "clock-28" , "clock-29" ,
- "clock-AF_TIPC" , "clock-AF_BLUETOOTH", "clock-AF_MAX"
+ "clock-AF_TIPC" , "clock-AF_BLUETOOTH", "clock-AF_IUCV" ,
+ "clock-AF_RXRPC" , "clock-AF_MAX"
};
#endif