On Thu, Mar 03, 2016 at 10:20:44AM -0800, b...@skyportsystems.com wrote: > From: Ben Warren <b...@skyportsystems.com> > > Most of the list code is properly namespaced, so is OK to move to the > global export directory. Some "lib/util.h" code had to move to the > other directory as well, but I've tried to make that as small as > possible > > Signed-off-by: Ben Warren <b...@skyportsystems.com>
list.h was partially moved already, and as part of that everything moved to the new location was namespaced under ovs_. I'm a little reluctant to re-pollute the namespace given that some care was taken already. I'm not saying that name fixups have to happen before the move can be made, but I'd like to at least do them in a commit that I can put in right after the move. I also get a compiler error here: ../tests/test-list.c:191:5: error: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Werror] printf("."); ^ ../tests/test-list.c:191:5: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' 1 error generated. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev