* direntry.c (vfs_s_new_super): Added the missing return value.

This commit is contained in:
Sung-Hyun Nam 1998-12-02 05:11:48 +00:00
parent b081558a24
commit af1a952ea0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 2 14:06:49 KST 1998 Sung-Hyun Nam <namsh@lgic.co.kr>
* direntry.c (vfs_s_new_super): Added the missing return value.
Sun Nov 29 02:54:54 1998 Timur I. Bakeyev <timur@com.bat.ru>
* vfs.h: (Temporary?) fix to the compiling error: Some of the error

View File

@ -349,6 +349,7 @@ vfs_s_super *vfs_s_new_super (vfs *me)
super->name = NULL;
super->fd_usage = 0;
super->me = me;
return super;
}
void vfs_s_insert_super (vfs *me, vfs_s_super *super)