diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-18 16:09:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-18 16:09:41 +0000 |
commit | 6e87ac7554d567c51df58c8a38b106096018ba37 (patch) | |
tree | 5bf334a3ee0495f86d808a043987f613b1eb16cb /libnetfs | |
parent | 1094d134d68720e2a664c763ddbe40370f92ad2b (diff) |
entered into RCS
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/file-set-translator.c | 4 | ||||
-rw-r--r-- | libnetfs/fsys-getroot.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libnetfs/file-set-translator.c b/libnetfs/file-set-translator.c index 63c7e028..4307924a 100644 --- a/libnetfs/file-set-translator.c +++ b/libnetfs/file-set-translator.c @@ -22,7 +22,9 @@ #include <hurd/paths.h> #include <hurd/fsys.h> -error_t +#define makedev(maj,min) ((((maj)&0xFF)<<8)+((min)&0xFF)) + +error_t netfs_S_file_set_translator (struct protid *user, int passive_flags, int active_flags, int killtrans_flags, char *passive, diff --git a/libnetfs/fsys-getroot.c b/libnetfs/fsys-getroot.c index 346c3622..f7f40385 100644 --- a/libnetfs/fsys-getroot.c +++ b/libnetfs/fsys-getroot.c @@ -21,6 +21,7 @@ #include "netfs.h" #include "fsys_S.h" #include "misc.h" +#include "callbacks.h" #include <fcntl.h> error_t |