2014-01-08 23:54:37

by Jim Rees

[permalink] [raw]
Subject: [PATCH] statd: include stdlib.h in simu.c

Prevents undefined ref to NULL.

Signed-off-by: Jim Rees <[email protected]>
---
utils/statd/simu.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/utils/statd/simu.c b/utils/statd/simu.c
index f1d0bf8..8932650 100644
--- a/utils/statd/simu.c
+++ b/utils/statd/simu.c
@@ -8,6 +8,7 @@
#include <config.h>
#endif

+#include <stdlib.h>
#include <netdb.h>
#include <arpa/inet.h>

--
1.8.5.2



2014-01-09 00:36:23

by Jim Rees

[permalink] [raw]
Subject: Re: [PATCH] statd: include stdlib.h in simu.c

Jim Rees wrote:

Prevents undefined ref to NULL.

You can probably ignore this. I missed an autogen.

2014-01-09 16:02:26

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] statd: include stdlib.h in simu.c



On 08/01/14 19:36, Jim Rees wrote:
> Jim Rees wrote:
>
> Prevents undefined ref to NULL.
>
> You can probably ignore this. I missed an autogen.
Considered ignored! ;-)

steved.
>