オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/compat.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2718 by kumaneko, Thu Jul 2 01:30:12 2009 UTC revision 2720 by kumaneko, Thu Jul 2 07:31:04 2009 UTC
# Line 160  static inline void list_del_rcu(struct l Line 160  static inline void list_del_rcu(struct l
160  #endif  #endif
161    
162  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 30)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 30)
163  #ifndef ssleep  #undef ssleep
164  #define ssleep(secs) {                              \  #define ssleep(secs) {                              \
165          set_current_state(TASK_UNINTERRUPTIBLE);    \          set_current_state(TASK_UNINTERRUPTIBLE);    \
166          schedule_timeout((HZ * secs) + 1);          \          schedule_timeout((HZ * secs) + 1);          \
167  }  }
168  #endif  #endif
 #endif  
169    
170  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
171  #define s_fs_info u.generic_sbp  #define s_fs_info u.generic_sbp

Legend:
Removed from v.2718  
changed lines
  Added in v.2720

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26