[ovs-dev] [PATCH 1/2] Include lib/string.h in "make dist"-generated tarballs.

Ben Pfaff blp at nicira.com
Wed Jan 6 18:46:53 UTC 2010


Thanks for the reviews, I pushed these out to master.

On Wed, Jan 06, 2010 at 10:21:43AM -0800, Justin Pettit wrote:
> Looks good.
> 
> --Justin
> 
> 
> On Jan 6, 2010, at 10:02 AM, Ben Pfaff wrote:
> 
> > This file was missing from distributions.  Its lack prevented the
> > strtok_r() fix from working on systems that need it.
> > 
> > Reported-by: Tetsuo NAKAGAWA <nakagawa at mxc.nes.nec.co.jp>
> > ---
> > lib/automake.mk |    3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/lib/automake.mk b/lib/automake.mk
> > index 9ba513a..5265eb7 100644
> > --- a/lib/automake.mk
> > +++ b/lib/automake.mk
> > @@ -1,4 +1,4 @@
> > -# Copyright (C) 2009 Nicira Networks, Inc.
> > +# Copyright (C) 2009, 2010 Nicira Networks, Inc.
> > #
> > # Copying and distribution of this file, with or without modification,
> > # are permitted in any medium without royalty provided the copyright
> > @@ -96,6 +96,7 @@ lib_libopenvswitch_a_SOURCES = \
> > 	lib/socket-util.h \
> > 	lib/stp.c \
> > 	lib/stp.h \
> > +	lib/string.h \
> > 	lib/svec.c \
> > 	lib/svec.h \
> > 	lib/tag.c \
> > -- 
> > 1.6.3.3
> > 
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
> 




More information about the dev mailing list