Ignore:
Timestamp:
10/02/13 00:06:05 (11 years ago)
Author:
atzm
Message:

support for kernel 3.x ABI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ksyslog/trunk/ksyslog.h

    r242 r243  
    99 
    1010#define UDP_ENCAP_KSYSLOG 16 
     11 
     12#ifndef __list_for_each_rcu 
     13#define __list_for_each_rcu(pos, head) \ 
     14        for (pos = rcu_dereference_raw(list_next_rcu(head)); \ 
     15                pos != (head); \ 
     16                pos = rcu_dereference_raw(list_next_rcu(pos))) 
     17#endif 
    1118 
    1219enum ksyslog_facility { 
Note: See TracChangeset for help on using the changeset viewer.