Changeset 2589 for trunk/compat.h

Show
Ignore:
Timestamp:
08/16/07 05:06:50 (1 year ago)
Author:
dhozac
Message:

Add support for a separate filesystem tag, and in the process improve the support for network contexts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/compat.h

    r2283 r2589  
    8888#endif 
    8989 
     90#ifndef HAVE_TAG_T 
     91#include <stdint.h> 
     92typedef uint32_t                tag_t; 
     93#endif 
     94 
    9095 
    9196#if defined(__dietlibc__)