]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/socket-util.c
Merge "master" into "next".
[mirror_ovs.git] / lib / socket-util.c
index d2ee8ea4fb7ad9267dc0132d3d55e0c390bf9eb9..a8f805c56370c79eb052013943483f51706abe19 100644 (file)
@@ -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;