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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/security/ccsecurity/network.c

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

revision 2985 by kumaneko, Thu Sep 3 08:27:32 2009 UTC revision 3018 by kumaneko, Sat Sep 12 01:53:49 2009 UTC
# Line 797  int ccs_socket_sendmsg_permission(struct Line 797  int ccs_socket_sendmsg_permission(struct
797    
798  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22)
799  #if !defined(RHEL_MAJOR) || RHEL_MAJOR != 5  #if !defined(RHEL_MAJOR) || RHEL_MAJOR != 5
800    #if !defined(AX_MAJOR) || AX_MAJOR != 3 || !defined(AX_MINOR) || AX_MINOR < 2
801    
802  static inline struct iphdr *ip_hdr(const struct sk_buff *skb)  static inline struct iphdr *ip_hdr(const struct sk_buff *skb)
803  {  {
# Line 815  static inline struct ipv6hdr *ipv6_hdr(c Line 816  static inline struct ipv6hdr *ipv6_hdr(c
816    
817  #endif  #endif
818  #endif  #endif
819    #endif
820    
821  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12)
822  static void skb_kill_datagram(struct sock *sk, struct sk_buff *skb,  static void skb_kill_datagram(struct sock *sk, struct sk_buff *skb,

Legend:
Removed from v.2985  
changed lines
  Added in v.3018

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