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

Ethan Jackson ethan at nicira.com
Fri Apr 1 00:52:14 UTC 2011


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.



More information about the dev mailing list