Ignore:
Timestamp:
10/02/13 15:59:20 (11 years ago)
Author:
atzm
Message:

support for linux 3.10 and later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ksyslog/trunk/ksyslog.h

    r243 r246  
    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 
    1811 
    1912enum ksyslog_facility { 
Note: See TracChangeset for help on using the changeset viewer.