Changeset 500 for Whitix/branches/hybrid
- Timestamp:
- 05/13/08 23:59:35 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/fs/vfs/file.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/fs/vfs/file.c
r412 r500 22 22 #include <user_acc.h> 23 23 #include <malloc.h> 24 #include <module.h> 24 25 #include <vmm.h> 25 26 … … 141 142 return ¤t->files[fd]; 142 143 } 144 145 SYMBOL_EXPORT(FileGet); 143 146 144 147 /*********************************************************************** … … 397 400 } 398 401 402 SYMBOL_EXPORT(VfsGetFreeFd); 403 399 404 int SysOpen(char* path,int flags,int perms) 400 405 {
