Show
Ignore:
Timestamp:
03/23/08 16:16:23 (10 months ago)
Author:
mwhitworth
Message:

Remove SocketAddr structure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/librtl/syscalls.h

    r88 r109  
    4242}; 
    4343 
    44 struct SocketAddr 
    45 { 
    46         unsigned long int family; 
    47         unsigned char data[20]; 
    48 }; 
    49  
    5044#define _SYS_FILE_READ                  1 
    5145#define _SYS_FILE_WRITE                 2