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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/network.c

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

revision 1384 by kumaneko, Tue Jul 15 03:09:32 2008 UTC revision 1438 by kumaneko, Tue Aug 5 12:02:59 2008 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2008  NTT DATA CORPORATION   * Copyright (C) 2005-2008  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.3   2008/07/15   * Version: 1.6.3+   2008/08/05
9   *   *
10   * This file is applicable to both 2.4.30 and 2.6.11 and later.   * This file is applicable to both 2.4.30 and 2.6.11 and later.
11   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 65  static const struct in6_addr *save_ipv6_ Line 65  static const struct in6_addr *save_ipv6_
65  {  {
66          static const u8 block_size = 16;          static const u8 block_size = 16;
67          struct addr_list {          struct addr_list {
68                  struct in6_addr addr[block_size];                  /* Workaround for gcc 4.3's bug. */
69                    struct in6_addr addr[16]; /* = block_size */
70                  struct list1_head list;                  struct list1_head list;
71                  u32 in_use_count;                  u32 in_use_count;
72          };          };

Legend:
Removed from v.1384  
changed lines
  Added in v.1438

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