/
githubmirror
/
nfs-utils
Обзор
Документация
Войти
/
githubmirror
/
nfs-utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.2.1-25
0005-missing-header.patch
13 строк
441 B
Patrick McCarty
nfs-utils: Autospec creation for version 2.1.1
01 ноя 2017, 21:25
01 ноя 2017, 21:25
0556c93
Код
Авторство
О чём код?
support/nsm/rpc.c uses UINT16_MAX, so stdint.h must be included diff -ru nfs-utils-2.1.1/support/nsm/rpc.c nfs-utils-2.1.1~/support/nsm/rpc.c --- nfs-utils-2.1.1/support/nsm/rpc.c 2017-01-12 07:21:39.000000000 -0800 +++ nfs-utils-2.1.1~/support/nsm/rpc.c 2017-10-31 14:00:33.306686369 -0700 @@ -43,6 +43,7 @@ #include <string.h> #include <unistd.h> #include <fcntl.h> +#include <stdint.h> #include <netinet/in.h> #include <net/if.h>