All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfs-utils: add missing include of stdint.h
@ 2017-10-03 18:33 Matt Weber
  2017-10-03 18:46 ` Chuck Lever
  2017-10-05 14:55 ` Steve Dickson
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Weber @ 2017-10-03 18:33 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs, Matt Weber

Glibc bump to 2.26 exposed this missing header when building
with the following combination using an i386 internal toolchain.
gcc5.4.0
bin2.28.1
linux4.1.43

Upstream: https://bugzilla.linux-nfs.org/show_bug.cgi?id=312

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 support/nsm/rpc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
index 4e5f40e..d91c6ea 100644
--- a/support/nsm/rpc.c
+++ b/support/nsm/rpc.c
@@ -40,6 +40,7 @@
 
 #include <time.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
-- 
1.9.1


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

* Re: [PATCH] nfs-utils: add missing include of stdint.h
  2017-10-03 18:33 [PATCH] nfs-utils: add missing include of stdint.h Matt Weber
@ 2017-10-03 18:46 ` Chuck Lever
  2017-10-05 14:55 ` Steve Dickson
  1 sibling, 0 replies; 3+ messages in thread
From: Chuck Lever @ 2017-10-03 18:46 UTC (permalink / raw)
  To: Matt Weber; +Cc: Steve Dickson, Linux NFS Mailing List


> On Oct 3, 2017, at 2:33 PM, Matt Weber <matthew.weber@rockwellcollins.com> wrote:
> 
> Glibc bump to 2.26 exposed this missing header when building
> with the following combination using an i386 internal toolchain.
> gcc5.4.0
> bin2.28.1
> linux4.1.43
> 
> Upstream: https://bugzilla.linux-nfs.org/show_bug.cgi?id=312
> 
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

Reviewed-by: Chuck Lever <chuck.lever@oracle.com>


> ---
> support/nsm/rpc.c | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
> index 4e5f40e..d91c6ea 100644
> --- a/support/nsm/rpc.c
> +++ b/support/nsm/rpc.c
> @@ -40,6 +40,7 @@
> 
> #include <time.h>
> #include <stdbool.h>
> +#include <stdint.h>
> #include <string.h>
> #include <unistd.h>
> #include <fcntl.h>
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
Chuck Lever




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

* Re: [PATCH] nfs-utils: add missing include of stdint.h
  2017-10-03 18:33 [PATCH] nfs-utils: add missing include of stdint.h Matt Weber
  2017-10-03 18:46 ` Chuck Lever
@ 2017-10-05 14:55 ` Steve Dickson
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2017-10-05 14:55 UTC (permalink / raw)
  To: Matt Weber; +Cc: linux-nfs



On 10/03/2017 02:33 PM, Matt Weber wrote:
> Glibc bump to 2.26 exposed this missing header when building
> with the following combination using an i386 internal toolchain.
> gcc5.4.0
> bin2.28.1
> linux4.1.43
> 
> Upstream: https://bugzilla.linux-nfs.org/show_bug.cgi?id=312
> 
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
> ---
>  support/nsm/rpc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
> index 4e5f40e..d91c6ea 100644
> --- a/support/nsm/rpc.c
> +++ b/support/nsm/rpc.c
> @@ -40,6 +40,7 @@
>  
>  #include <time.h>
>  #include <stdbool.h>
> +#include <stdint.h>
>  #include <string.h>
>  #include <unistd.h>
>  #include <fcntl.h>
> 
Committed.... 

steved.

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

end of thread, other threads:[~2017-10-05 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03 18:33 [PATCH] nfs-utils: add missing include of stdint.h Matt Weber
2017-10-03 18:46 ` Chuck Lever
2017-10-05 14:55 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.