From 3834e9e19d0cf6ff5dfbaec9500308e4b79da23b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2019 12:32:17 +0200 Subject: Fix missing gnu_dev_* prototypes * isofs/rr.c: Include . * libdiskfs/file-set-trans.c: Likewise. * libfshelp/fetch-root.c: Likewise. * libnetfs/file-get-translator.c: Likewise. * libnetfs/file-set-translator.c: Likewise. * nfs/nfs.c: Likewise. * nfs/ops.c: Likewise. * storeio/storeio.c: Likewise. * trans/fakeroot.c: Likewise. --- nfs/nfs.c | 1 + nfs/ops.c | 1 + 2 files changed, 2 insertions(+) (limited to 'nfs') diff --git a/nfs/nfs.c b/nfs/nfs.c index 1a8b1d42..d124cae7 100644 --- a/nfs/nfs.c +++ b/nfs/nfs.c @@ -26,6 +26,7 @@ #include #include #include +#include /* Convert an NFS mode (TYPE and MODE) to a Hurd mode and return it. */ diff --git a/nfs/ops.c b/nfs/ops.c index b5a80005..3599b496 100644 --- a/nfs/ops.c +++ b/nfs/ops.c @@ -25,6 +25,7 @@ #include #include #include +#include /* We have fresh stat information for NP; the file attribute (fattr) structure is at P. Update our entry. Return the address of the next -- cgit v1.2.3