nfs-utils: add missing include of stdint.h
authorMatt Weber <matthew.weber@rockwellcollins.com>
Mon, 2 Oct 2017 15:38:09 +0000 (10:38 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Oct 2017 12:29:30 +0000 (14:29 +0200)
commit854d61f7aabac5f9f2f9612bd88266d5f44c4a5a
treee6e5e5bba0e28a52fb8ac11adbc5cab42336b98a
parentcc7fd91c4b978ea3113464624ce051e0918b48f6
nfs-utils: add missing include of stdint.h

The 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

Logfile snippet:

2017-10-02T00:08:11 ^
2017-10-02T00:08:12 rpc.c: In function ‘nsm_recv_getport’:
2017-10-02T00:08:12 rpc.c:469:13: error: ‘UINT16_MAX’ undeclared (first use in this function)

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

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nfs-utils/0005-nfs-utils-add-missing-include-of-stdint.h.patch [new file with mode: 0644]