Changeset 199

Show
Ignore:
Timestamp:
07/24/03 22:50:18 (5 years ago)
Author:
greg
Message:

rename LIST_HEAD to ATH_LIST_HEAD.
avoids name conflict with current Linux kernels.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/include/sys/queue.h

    r81 r199  
    300300 * List declarations. 
    301301 */ 
    302 #define LIST_HEAD(name, type)                                         \ 
     302#define ATH_LIST_HEAD(name, type)                                             \ 
    303303struct name {                                                           \ 
    304304        struct type *lh_first;  /* first element */                     \