summaryrefslogtreecommitdiffstats
path: root/package/nfs-utils/0005-nfs-utils-add-missing-include-of-stdint.h.patch
Commit message (Collapse)AuthorAgeFilesLines
* nfs-utils: add missing include of stdint.hMatt Weber2017-10-031-0/+33
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>
OpenPOWER on IntegriCloud