[ovs-dev] [daemon 04/10] type-props: New macro for estimating length of a decimal integer.

Ben Pfaff blp at nicira.com
Fri Apr 1 17:21:51 UTC 2011


On Thu, Mar 31, 2011 at 05:52:14PM -0700, Ethan Jackson wrote:
> On Thu, Mar 31, 2011 at 4:31 PM, Ben Pfaff <blp at nicira.com> wrote:
> > ---
> > ?lib/signals.c ? ? ? ? ? | ? ?1 +
> > ?lib/type-props.h ? ? ? ?| ? ?9 ++++++++-
> > ?tests/test-type-props.c | ? 13 +++++++++++--
> > ?3 files changed, 20 insertions(+), 3 deletions(-)
> >
> > diff --git a/lib/signals.c b/lib/signals.c
> > index eabbcc3..e9d2627 100644
> > --- a/lib/signals.c
> > +++ b/lib/signals.c
> > @@ -23,6 +23,7 @@
> > ?#include <unistd.h>
> > ?#include "poll-loop.h"
> > ?#include "socket-util.h"
> > +#include "type-props.h"
> > ?#include "util.h"
> 
> I think you put this include in the wrong commit.
> 
> Otherwise looks good.

Oops.  Thanks, I removed it from here.



More information about the dev mailing list