[LTP] [PATCH] lib: Migrate tst_get_unused_port to new API

Petr Vorel pvorel@suse.cz
Mon May 20 17:18:26 CEST 2019


Hi,

Pushed with following diff:
> -	return TST_GET_UNUSED_PORT(family, type);
> +	printf("%d", TST_GET_UNUSED_PORT(family, type));
> +	return 0;
>  }

Kind regards,
Petr


More information about the ltp mailing list