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

Subversion リポジトリの参照

Diff of /branches/kernel_test/ccs_new_file_test.c

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

revision 1664 by kumaneko, Tue Oct 7 08:40:37 2008 UTC revision 1721 by kumaneko, Mon Oct 20 05:56:25 2008 UTC
# Line 10  Line 10 
10   */   */
11  #include "include.h"  #include "include.h"
12    
 static int profile_fd = EOF;  
13  static int domain_fd = EOF;  static int domain_fd = EOF;
14  static int exception_fd = EOF;  static int exception_fd = EOF;
15  static const char *policy = "";  static const char *policy = "";
# Line 493  static void StageFileTest(void) { Line 492  static void StageFileTest(void) {
492  int main(int argc, char *argv[]) {  int main(int argc, char *argv[]) {
493          char *cp;          char *cp;
494          Init();          Init();
         profile_fd = open(proc_policy_profile, O_WRONLY);  
495          domain_fd = open(proc_policy_domain_policy, O_WRONLY);          domain_fd = open(proc_policy_domain_policy, O_WRONLY);
496          exception_fd = open(proc_policy_exception_policy, O_WRONLY);          exception_fd = open(proc_policy_exception_policy, O_WRONLY);
497          {          {

Legend:
Removed from v.1664  
changed lines
  Added in v.1721

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