X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fsock_test_server.c;h=2e678c3899a3fc84860a943c2873a8f00d04d3d9;hb=5e06257cb892b7dc784025fe7d84c50882425831;hp=354b9900d102be053c88fb1effb401ec6aea3124;hpb=c227e4950d3bc791d2ec4a2131916f9b5c40f008;p=vpp.git diff --git a/src/vcl/sock_test_server.c b/src/vcl/sock_test_server.c index 354b9900d10..2e678c3899a 100644 --- a/src/vcl/sock_test_server.c +++ b/src/vcl/sock_test_server.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -751,7 +751,7 @@ main (int argc, char **argv) _rfdset = ssm->rd_fdset; #ifdef VCL_TEST - rv = vppcom_select (ssm->nfds, (uint64_t *) rfdset, NULL, NULL, 0); + rv = vppcom_select (ssm->nfds, (unsigned long *) rfdset, NULL, NULL, 0); #else { struct timeval timeout;