patch-2.0.1 linux/include/linux/sysv_fs.h
Next file: linux/include/linux/time.h
Previous file: linux/include/linux/soundcard.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 3 17:58:15 1996
- Orig file:
v2.0.0/linux/include/linux/sysv_fs.h
- Orig date:
Mon Mar 25 10:26:15 1996
diff -u --recursive --new-file v2.0.0/linux/include/linux/sysv_fs.h linux/include/linux/sysv_fs.h
@@ -373,7 +373,7 @@
extern int sysv_link(struct inode * oldinode, struct inode * dir, const char * name, int len);
extern int sysv_mknod(struct inode * dir, const char * name, int len, int mode, int rdev);
extern int sysv_rename(struct inode * old_dir, const char * old_name, int old_len,
- struct inode * new_dir, const char * new_name, int new_len);
+ struct inode * new_dir, const char * new_name, int new_len, int must_be_dir);
extern struct inode * sysv_new_inode(const struct inode * dir);
extern void sysv_free_inode(struct inode * inode);
extern unsigned long sysv_count_free_inodes(struct super_block *sb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov