Show
Ignore:
Timestamp:
02/28/09 16:05:59 (3 years ago)
Author:
mwhitworth
Message:

Change sector type back to unsigned long for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/tags/0.2b/include/request.h

    r1928 r1958  
    3636        volatile BYTE* data; 
    3737        int dataLength; 
    38         unsigned long long sector; 
     38        unsigned long sector; 
    3939        struct Buffer* buffer; 
    4040        struct ListHead list; /* For per-device lists */