diff options
author | Ben Pfaff <blp@nicira.com> | 2010-02-11 10:59:47 -0800 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2010-02-11 10:59:47 -0800 |
commit | 67a4917b07031b387beafaedce413b4207214059 (patch) | |
tree | 0b14aebd79b746f7f5d943be9829cd359fcb49c5 /utilities/nlmon.c | |
parent | 193ec5109dedb23058dfa734545313b5b3ba10c8 (diff) | |
download | openvswitch-67a4917b07031b387beafaedce413b4207214059.tar.gz |
Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.
Requested by Jean Tourrilhes <jt@hpl.hp.com>.
Diffstat (limited to 'utilities/nlmon.c')
-rw-r--r-- | utilities/nlmon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/nlmon.c b/utilities/nlmon.c index 1da026b02..d5e743f75 100644 --- a/utilities/nlmon.c +++ b/utilities/nlmon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 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. @@ -36,7 +36,7 @@ static const struct nl_policy rtnlgrp_link_policy[] = { }; int -main(int argc UNUSED, char *argv[]) +main(int argc OVS_UNUSED, char *argv[]) { struct nl_sock *sock; int error; |