mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.
Requested by Jean Tourrilhes <jt@hpl.hp.com>.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user