On Sat, Apr 07, 2018 at 10:35:13PM +0200, Peter Schneider wrote:
> @@ -1339,6 +1340,7 @@ static void usage(char *progname)
>  int main(int argc, char *argv[])
>  {
>       char *progname;
> +     char *config = NULL;
>       char *src_name = NULL, *dst_name = NULL;

Can you please organize these a bit for us?

        char *config = NULL, *dst_name = NULL, *progname, *src_name = NULL;

Thanks,
Richard

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to