patch-2.3.6 linux/include/linux/file.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/dcache.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jun 8 10:47:58 1999
- Orig file:
v2.3.5/linux/include/linux/file.h
- Orig date:
Sat Jan 9 19:16:44 1999
diff -u --recursive --new-file v2.3.5/linux/include/linux/file.h linux/include/linux/file.h
@@ -44,7 +44,7 @@
/*
* Install a file pointer in the fd array.
*/
-extern inline void fd_install(unsigned int fd, struct file *file)
+extern inline void fd_install(unsigned int fd, struct file * file)
{
current->files->fd[fd] = file;
}
@@ -65,7 +65,7 @@
* I suspect there are many other similar "optimizations" across the
* kernel...
*/
-extern void fput(struct file *file);
-extern void put_filp(struct file *file);
+extern void fput(struct file *);
+extern void put_filp(struct file *);
-#endif
+#endif /* __LINUX_FILE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)