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

Subversion リポジトリの参照

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

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

revision 3106 by kumaneko, Wed Oct 14 08:53:32 2009 UTC revision 3109 by kumaneko, Fri Oct 16 05:02:23 2009 UTC
# Line 3  Line 3 
3   *   *
4   * Copyright (C) 2005-2009  NTT DATA CORPORATION   * Copyright (C) 2005-2009  NTT DATA CORPORATION
5   *   *
6   * Version: 1.7.0   2009/10/01   * Version: 1.7.1-pre   2009/10/16
7   *   *
8   * 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.
9   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 2411  static void ccs_read_version(struct ccs_ Line 2411  static void ccs_read_version(struct ccs_
2411  {  {
2412          if (head->read_eof)          if (head->read_eof)
2413                  return;                  return;
2414          ccs_io_printf(head, "1.7.0");          ccs_io_printf(head, "1.7.1-pre");
2415          head->read_eof = true;          head->read_eof = true;
2416  }  }
2417    

Legend:
Removed from v.3106  
changed lines
  Added in v.3109

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