diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
commit | e308faf24f68e262d92d294a01ddca7a17e76762 (patch) | |
tree | 22c47cb315811834861f013067878ff664e95abd /include/asm-mips/namei.h | |
parent | 30c6397ce63178fcb3e7963ac247f0a03132aca9 (diff) |
Sync with Linux 2.1.46.
Diffstat (limited to 'include/asm-mips/namei.h')
-rw-r--r-- | include/asm-mips/namei.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/namei.h b/include/asm-mips/namei.h index 0ff96ac00..b9c0aea15 100644 --- a/include/asm-mips/namei.h +++ b/include/asm-mips/namei.h @@ -13,6 +13,8 @@ /* Only one at this time. */ #define IRIX32_EMUL "usr/gnemul/irix/" +#if 0 /* XXX FIXME */ + extern int __namei(int, const char *, struct inode *, char *, struct inode **, struct inode **, struct qstr *, struct dentry **, int *); @@ -44,6 +46,8 @@ __prefix_namei(int retrieve_mode, const char * name, struct inode * base, return 0; } +#endif /* XXX FIXME */ + #else /* !defined(CONFIG_BINFMT_IRIX) */ #define __prefix_namei(retrieve_mode, name, base, buf, res_dir, res_inode, \ |