X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsocket-util.c;h=7c1975061ff01d8fd7703c726c07e69bcd5514f6;hb=67a4917b07031b387beafaedce413b4207214059;hp=e6a6c70ef836b9a370bd9fffb64fc7cf3844b409;hpb=193ec5109dedb23058dfa734545313b5b3ba10c8;p=sliver-openvswitch.git diff --git a/lib/socket-util.c b/lib/socket-util.c index e6a6c70ef..7c1975061 100644 --- a/lib/socket-util.c +++ b/lib/socket-util.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -204,7 +204,7 @@ make_sockaddr_un(const char *name, struct sockaddr_un* un, socklen_t *un_len) * * Returns the socket's fd if successful, otherwise a negative errno value. */ int -make_unix_socket(int style, bool nonblock, bool passcred UNUSED, +make_unix_socket(int style, bool nonblock, bool passcred OVS_UNUSED, const char *bind_path, const char *connect_path) { int error;