This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / file.h
index b3fbadf..1c1e0b3 100644 (file)
@@ -81,4 +81,6 @@ struct task_struct;
 struct files_struct *get_files_struct(struct task_struct *);
 void FASTCALL(put_files_struct(struct files_struct *fs));
 
+extern int dupfd(struct file *file, unsigned int start);
+
 #endif /* __LINUX_FILE_H */