Show
Ignore:
Timestamp:
03/12/08 21:07:23 (8 months ago)
Author:
mwhitworth
Message:

Fix linker problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/sys.h

    r9 r16  
    5757/* Memory calls */ 
    5858void* SysMoreCore(int len); 
    59 int SysMemoryMap(DWORD address,DWORD length,int protection,int fd,DWORD offset,int flags); 
     59int SysMemoryMap(DWORD address, DWORD length, int protection, int fd, DWORD offset, int flags); 
    6060int SysMemoryUnmap(DWORD address,DWORD length); 
    6161