Changeset 500 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/13/08 23:59:35 (4 months ago)
Author:
mwhitworth
Message:

Add some symbol exports.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/fs/vfs/file.c

    r412 r500  
    2222#include <user_acc.h> 
    2323#include <malloc.h> 
     24#include <module.h> 
    2425#include <vmm.h> 
    2526 
     
    141142        return &current->files[fd]; 
    142143} 
     144 
     145SYMBOL_EXPORT(FileGet); 
    143146 
    144147/*********************************************************************** 
     
    397400} 
    398401 
     402SYMBOL_EXPORT(VfsGetFreeFd); 
     403 
    399404int SysOpen(char* path,int flags,int perms) 
    400405{