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

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/fs/tomoyo_network.c

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

revision 1054 by kumaneko, Mon Mar 24 09:38:11 2008 UTC revision 1056 by kumaneko, Wed Mar 26 05:36:41 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.0-pre   2008/03/24   * Version: 1.6.0-rc   2008/03/26
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 388  bool ccs_read_address_group_policy(struc Line 388  bool ccs_read_address_group_policy(struc
388    
389  #if !defined(NIP6)  #if !defined(NIP6)
390  #define NIP6(addr)      \  #define NIP6(addr)      \
391          ntohs((addr).s6_addr16[0]),ntohs((addr).s6_addr16[1]),\          ntohs((addr).s6_addr16[0]), ntohs((addr).s6_addr16[1]), \
392          ntohs((addr).s6_addr16[2]),ntohs((addr).s6_addr16[3]),\          ntohs((addr).s6_addr16[2]), ntohs((addr).s6_addr16[3]), \
393          ntohs((addr).s6_addr16[4]),ntohs((addr).s6_addr16[5]),\          ntohs((addr).s6_addr16[4]), ntohs((addr).s6_addr16[5]), \
394          ntohs((addr).s6_addr16[6]),ntohs((addr).s6_addr16[7])          ntohs((addr).s6_addr16[6]), ntohs((addr).s6_addr16[7])
395  #endif  #endif
396    
397  /**  /**

Legend:
Removed from v.1054  
changed lines
  Added in v.1056

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