patch-2.1.89 linux/kernel/exit.c
Next file: linux/kernel/fork.c
Previous file: linux/kernel/acct.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Feb 28 10:47:39 1998
- Orig file:
v2.1.88/linux/kernel/exit.c
- Orig date:
Sat Jan 10 15:21:42 1998
diff -u --recursive --new-file v2.1.88/linux/kernel/exit.c linux/kernel/exit.c
@@ -164,7 +164,7 @@
struct file * file = files->fd[i];
if (file) {
files->fd[i] = NULL;
- close_fp(file);
+ close_fp(file, files);
}
}
i++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov