> Latest main/Linux version of this file shows:
> 
>         /* Create the directory if it doesn't exist */
>         /* There is a difference in creating directory between windows
> and linux */
> #ifdef __WIN__
>         /* Check if the directory exists. If not - create it. */
>         CreateDirectory(p_db_imp->db_dir_name, NULL);
> #else
> 
> so this hadn't been pushed for the previous change. Shouldn't these be
> in sync to make Windows port easier next time around ?

IMO, all changes to opensm should go through the Linux tree.  I'll submit a 
patch against it to do the same.
_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to