Message ID | 20231026114522.567140-2-giulio.benetti@benettiengineering.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [nfs-utils,1/2] Fix build failure due to glibc <= 2.24 and check for Linux 3.17+ | expand |
diff --git a/support/reexport/fsidd.c b/support/reexport/fsidd.c index d4b245e8..352de1be 100644 --- a/support/reexport/fsidd.c +++ b/support/reexport/fsidd.c @@ -10,7 +10,6 @@ #include <limits.h> #include <stdint.h> #include <stdio.h> -#include <sys/random.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> diff --git a/support/reexport/reexport.c b/support/reexport/reexport.c index d9a700af..c59e6b2f 100644 --- a/support/reexport/reexport.c +++ b/support/reexport/reexport.c @@ -7,7 +7,6 @@ #endif #include <stdint.h> #include <stdio.h> -#include <sys/random.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/vfs.h>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> --- support/reexport/fsidd.c | 1 - support/reexport/reexport.c | 1 - 2 files changed, 2 deletions(-)