[ovs-dev] [PATCH v4 03/22] Rename all functions in list.h with ovs_ prefix

Ben Warren ben at skyportsystems.com
Fri Mar 25 20:06:18 UTC 2016


> On Mar 25, 2016, at 12:47 PM, Ryan Moats <rmoats at us.ibm.com> wrote:
> 
> "dev" <dev-bounces at openvswitch.org> wrote on 03/22/2016 06:17:34 PM:
> 
> > From: ben at skyportsystems.com
> > To: dev at openvswitch.org
> > Cc: Ben Warren <ben at skyportsystems.com>
> > Date: 03/22/2016 06:27 PM
> > Subject: [ovs-dev] [PATCH v4 03/22] Rename all functions in list.h 
> > with ovs_ prefix
> > Sent by: "dev" <dev-bounces at openvswitch.org>
> > 
> > From: Ben Warren <ben at skyportsystems.com>
> > 
> > This attempts to prevent namespace collisions with other list libraries
> > 
> > Signed-off-by: Ben Warren <ben at skyportsystems.com>
> 
> This didn't compile cleanly for me when applied with patches
> 1 and 2 on current master:
> 
> 
Sorry, I’ll fix up and send another set.
> 
> libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -g -O2 -MT lib/bfd.lo -MD -MP -MF lib/.deps/bfd.Tpo -c lib/bfd.c -o lib/bfd.o
> In file included from lib/tun-metadata.h:24:0,
>                  from lib/packets.h:31,
>                  from lib/bfd.h:24,
>                  from lib/bfd.c:16:
> lib/ofpbuf.h:22:18: fatal error: list.h: No such file or directory
>  #include "list.h"
> 
> Ryan
—Ben


More information about the dev mailing list