mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
nfs-kernel-server: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
Musl will always return something with getservbyport so we cannot skip
|
||||
ports that returns non-null.
|
||||
|
||||
diff --git a/utils/statd/rmtcall.c b/utils/statd/rmtcall.c
|
||||
index fd576d9..d72a0bf 100644
|
||||
--- a/utils/statd/rmtcall.c
|
||||
+++ b/utils/statd/rmtcall.c
|
||||
@@ -90,8 +90,10 @@ statd_get_socket(void)
|
||||
@@ -93,8 +93,10 @@ statd_get_socket(void)
|
||||
__func__);
|
||||
break;
|
||||
}
|
||||
@@ -14,5 +12,5 @@ index fd576d9..d72a0bf 100644
|
||||
if (se == NULL)
|
||||
+#endif
|
||||
break;
|
||||
/* rather not use that port, try again */
|
||||
|
||||
if (retries == MAX_BRP_RETRIES) {
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
--- a/support/misc/file.c
|
||||
+++ b/support/misc/file.c
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <dirent.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "xlog.h"
|
||||
#include "misc.h"
|
||||
Reference in New Issue
Block a user