X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsocket-util.c;h=7c1975061ff01d8fd7703c726c07e69bcd5514f6;hb=da0603cf278a9f505dc2988602ec0071c771dd2e;hp=e6a6c70ef836b9a370bd9fffb64fc7cf3844b409;hpb=4f2eb9a7e861da23560bb84d50685c836c195419;p=openvswitch diff --git a/lib/socket-util.c b/lib/socket-util.c index e6a6c70e..7c197506 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;