summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/sysirix.c
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-02-06 05:12:56 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-02-06 05:12:56 +0000
commit0be299cd17e0a864fcab1b5adea174e8ee4843e7 (patch)
tree9ecf168c6fa1028896ebb2620a60cb9427335360 /arch/mips/kernel/sysirix.c
parent2f7a646bdb098918bf1d541b2fe63c7a9a89192f (diff)
Got it to build.
- Alex
Diffstat (limited to 'arch/mips/kernel/sysirix.c')
-rw-r--r--arch/mips/kernel/sysirix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/sysirix.c b/arch/mips/kernel/sysirix.c
index e4ddfa782..e6c27cd52 100644
--- a/arch/mips/kernel/sysirix.c
+++ b/arch/mips/kernel/sysirix.c
@@ -1,4 +1,4 @@
-/* $Id: sysirix.c,v 1.13 1999/01/03 17:50:52 ralf Exp $
+/* $Id: sysirix.c,v 1.14 1999/02/01 01:28:56 ralf Exp $
*
* sysirix.c: IRIX system call emulation.
*
@@ -2068,7 +2068,7 @@ asmlinkage int irix_ngetdents(unsigned int fd, void * dirent, unsigned int count
#endif
error = count - buf.count;
-outf_f:
+out_f:
fput(file);
out:
unlock_kernel();