diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-07-27 12:32:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-07-27 12:32:17 +0200 |
commit | 3834e9e19d0cf6ff5dfbaec9500308e4b79da23b (patch) | |
tree | 58d33da6a0ed0d96dec9a5dc0df950867116a1ac /nfs | |
parent | 0d1e89c38f0d99f5bab0c5a52e21d1efd87fbd76 (diff) | |
download | hurd-3834e9e19d0cf6ff5dfbaec9500308e4b79da23b.tar.gz hurd-3834e9e19d0cf6ff5dfbaec9500308e4b79da23b.tar.bz2 hurd-3834e9e19d0cf6ff5dfbaec9500308e4b79da23b.zip |
Fix missing gnu_dev_* prototypes
* isofs/rr.c: Include <sys/sysmacros.h>.
* 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.
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/nfs.c | 1 | ||||
-rw-r--r-- | nfs/ops.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include <string.h> #include <netinet/in.h> #include <stdio.h> +#include <sys/sysmacros.h> /* Convert an NFS mode (TYPE and MODE) to a Hurd mode and return it. */ @@ -25,6 +25,7 @@ #include <dirent.h> #include <unistd.h> #include <maptime.h> +#include <sys/sysmacros.h> /* We have fresh stat information for NP; the file attribute (fattr) structure is at P. Update our entry. Return the address of the next |