2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +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:
Ben Pfaff
2010-02-11 10:59:47 -08:00
parent 193ec5109d
commit 67a4917b07
42 changed files with 177 additions and 159 deletions

View File

@@ -107,7 +107,7 @@ dpif_linux_enumerate(struct svec *all_dps)
}
static int
dpif_linux_open(const char *name UNUSED, char *suffix, bool create,
dpif_linux_open(const char *name OVS_UNUSED, char *suffix, bool create,
struct dpif **dpifp)
{
int minor;