[ovs-dev] [PATCH] lib: Fix warnings

Ben Pfaff blp at nicira.com
Thu Oct 14 15:44:30 PDT 2010


On Thu, Oct 14, 2010 at 03:39:34PM -0700, Ethan Jackson wrote:
> Works for me.  Do you want to include the other part of my patch as well?
> 
> diff --git a/lib/daemon.c b/lib/daemon.c
> index bbcfe6a..bc28973 100644
> --- a/lib/daemon.c
> +++ b/lib/daemon.c
> @@ -23,6 +23,7 @@
>  #include <string.h>
>  #include <sys/resource.h>
>  #include <sys/wait.h>
> +#include <sys/stat.h>
>  #include <unistd.h>
>  #include "command-line.h"
>  #include "fatal-signal.h"
> 
> Or I can submit that with the original patch after you submit this one.

Thank.  I pushed my patch.  Why don't you add the daemon.c one
separately?  (I don't think I ever heard back on what warning it fixes,
but it looks harmless at least.)




More information about the dev mailing list