On Fri, Jun 13, 2014 at 07:40:04AM -0700, Gurucharan Shetty wrote:
> basename() and dir_name() are not used for Windows and won't work well if
> used.  So put a '#ifndef _WIN32' around them to prevent future calls.
> 
> test-file_name.c tests the above 2 functions. It makes sense to merge
> this single function file with test-util.c and then not compile it for
> Windows.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
> ---
> v1-v2:
>  * Don't compile basename() and dir_name() for Windows.
>  * Merge test-file_name.c with test-util.c

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to