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/file-set-translator.c | |
parent | 1094d134d68720e2a664c763ddbe40370f92ad2b (diff) |
entered into RCS
Diffstat (limited to 'libnetfs/file-set-translator.c')
-rw-r--r-- | libnetfs/file-set-translator.c | 4 |
1 files changed, 3 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, |