]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-utils-2.1.1-rpc-include.patch
- up to 2.1.1; systemd support needs cleanup
[packages/nfs-utils.git] / nfs-utils-2.1.1-rpc-include.patch
1 commit ba03a02c2fd912f370e1f55de921a403bf5f9247
2 Author: Steve Dickson <steved@redhat.com>
3 Date:   Thu Jun 22 12:56:41 2017 -0400
4
5     rpc.c: added include file so UINT16_MAX is defined.
6     
7     Signed-off-by: Steve Dickson <steved@redhat.com>
8
9 diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c
10 index 4e5f40e..0a8e56f 100644
11 --- a/support/nsm/rpc.c
12 +++ b/support/nsm/rpc.c
13 @@ -38,6 +38,7 @@
14  #include <sys/socket.h>
15  #include <sys/time.h>
16  
17 +#include <stdint.h>
18  #include <time.h>
19  #include <stdbool.h>
20  #include <string.h>
This page took 0.078698 seconds and 3 git commands to generate.