public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] statd: include stdlib.h in simu.c
@ 2014-01-08 23:54 Jim Rees
  2014-01-09  0:36 ` Jim Rees
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Rees @ 2014-01-08 23:54 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs

Prevents undefined ref to NULL.

Signed-off-by: Jim Rees <rees@umich.edu>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] statd: include stdlib.h in simu.c
  2014-01-08 23:54 [PATCH] statd: include stdlib.h in simu.c Jim Rees
@ 2014-01-09  0:36 ` Jim Rees
  2014-01-09 16:04   ` Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Rees @ 2014-01-09  0:36 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs

Jim Rees wrote:

  Prevents undefined ref to NULL.
  
You can probably ignore this. I missed an autogen.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] statd: include stdlib.h in simu.c
  2014-01-09  0:36 ` Jim Rees
@ 2014-01-09 16:04   ` Steve Dickson
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2014-01-09 16:04 UTC (permalink / raw)
  To: Jim Rees; +Cc: linux-nfs



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.
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-09 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 23:54 [PATCH] statd: include stdlib.h in simu.c Jim Rees
2014-01-09  0:36 ` Jim Rees
2014-01-09 16:04   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox