diff options
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/file-get-children.c | 1 | ||||
-rw-r--r-- | libnetfs/file-getcontrol.c | 2 | ||||
-rw-r--r-- | libnetfs/file-set-translator.c | 1 | ||||
-rw-r--r-- | libnetfs/fsstubs.c | 1 | ||||
-rw-r--r-- | libnetfs/mutations.h | 8 |
5 files changed, 8 insertions, 5 deletions
diff --git a/libnetfs/file-get-children.c b/libnetfs/file-get-children.c index 80a727f5..bd7e8fcf 100644 --- a/libnetfs/file-get-children.c +++ b/libnetfs/file-get-children.c @@ -20,6 +20,7 @@ along with the GNU Hurd. If not, see <http://www.gnu.org/licenses/>. */ #include "priv.h" +#include "fs_S.h" #include <argz.h> diff --git a/libnetfs/file-getcontrol.c b/libnetfs/file-getcontrol.c index 50401f86..0e29ccf9 100644 --- a/libnetfs/file-getcontrol.c +++ b/libnetfs/file-getcontrol.c @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "netfs.h" -#include "fsys_S.h" +#include "fs_S.h" #include <hurd/fshelp.h> error_t diff --git a/libnetfs/file-set-translator.c b/libnetfs/file-set-translator.c index b46eb029..02c55836 100644 --- a/libnetfs/file-set-translator.c +++ b/libnetfs/file-set-translator.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "netfs.h" +#include "fs_S.h" #include <hurd/paths.h> #include <hurd/fsys.h> diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index f1b9bf7e..75bd7903 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -21,6 +21,7 @@ #include "netfs.h" #include "fs_S.h" +#include "ifsock_S.h" error_t netfs_S_file_notice_changes (struct protid *user, diff --git a/libnetfs/mutations.h b/libnetfs/mutations.h index 51ca871a..e60a2208 100644 --- a/libnetfs/mutations.h +++ b/libnetfs/mutations.h @@ -31,7 +31,7 @@ #define FSYS_INTRAN control_t begin_using_control_port (fsys_t) #define FSYS_DESTRUCTOR end_using_control_port (control_t) -#define FILE_IMPORTS import "netfs.h"; import "priv.h"; -#define IO_IMPORTS import "netfs.h"; import "priv.h"; -#define FSYS_IMPORTS import "netfs.h"; import "priv.h"; -#define IFSOCK_IMPORTS import "netfs.h"; import "priv.h"; +#define FILE_IMPORTS import "libnetfs/netfs.h"; import "libnetfs/priv.h"; +#define IO_IMPORTS import "libnetfs/netfs.h"; import "libnetfs/priv.h"; +#define FSYS_IMPORTS import "libnetfs/netfs.h"; import "libnetfs/priv.h"; +#define IFSOCK_IMPORTS import "libnetfs/netfs.h"; import "libnetfs/priv.h"; |