X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-dhcp-client.c;h=79d17736bc556d008b7c8254c3384bea95b387f4;hb=2736b84e2348090d4756f987db37aa7ddfcb50e0;hp=3b35dac69b46a5c2541a274adaa1834b46ce0ac5;hpb=e3830e909d210145cbe52a1da66058ebf2581fd6;p=openvswitch diff --git a/tests/test-dhcp-client.c b/tests/test-dhcp-client.c index 3b35dac6..79d17736 100644 --- a/tests/test-dhcp-client.c +++ b/tests/test-dhcp-client.c @@ -91,7 +91,7 @@ release(void *cli_) } static void -modify_dhcp_request(struct dhcp_msg *msg, void *aux UNUSED) +modify_dhcp_request(struct dhcp_msg *msg, void *aux OVS_UNUSED) { if (vendor_class) { dhcp_msg_put_string(msg, DHCP_CODE_VENDOR_CLASS, vendor_class);