X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fproc-net-compat.c;h=3b7596ad91b59a79d539b27ea319f4a51788ba3a;hb=254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f;hp=d8160f45fded72aff709ee3155a55d641f7f4887;hpb=d98e60075528c3065ad453f7add4b30f22edcde3;p=openvswitch diff --git a/vswitchd/proc-net-compat.c b/vswitchd/proc-net-compat.c index d8160f45..3b7596ad 100644 --- a/vswitchd/proc-net-compat.c +++ b/vswitchd/proc-net-compat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,6 +25,7 @@ #include "dynamic-string.h" #include "hash.h" #include "netlink-protocol.h" +#include "netlink-socket.h" #include "netlink.h" #include "ofpbuf.h" #include "openvswitch/brcompat-netlink.h" @@ -58,7 +59,7 @@ proc_net_compat_init(void) return retval; } - retval = nl_sock_create(NETLINK_GENERIC, 0, 0, 0, &brc_sock); + retval = nl_sock_create(NETLINK_GENERIC, &brc_sock); if (retval) { return retval; }