X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funixctl.c;h=f710ffd60fb363b8837fec387b372ad987f2409a;hb=7e56c85c02c547deda93ec09a589eae7e253fc58;hp=e648cc865efc932ffb30e79d36d17d465e235f79;hpb=a723bf84fb639262d2bf7e33b7640a9621bb19b5;p=openvswitch diff --git a/lib/unixctl.c b/lib/unixctl.c index e648cc86..f710ffd6 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -77,8 +77,8 @@ static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(5, 5); static struct shash commands = SHASH_INITIALIZER(&commands); static void -unixctl_help(struct unixctl_conn *conn, const char *args UNUSED, - void *aux UNUSED) +unixctl_help(struct unixctl_conn *conn, const char *args OVS_UNUSED, + void *aux OVS_UNUSED) { struct ds ds = DS_EMPTY_INITIALIZER; struct shash_node *node;