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

Subversion リポジトリの参照

Diff of /branches/ccs-tools/ccstools/kernel_test/ccs_new_file_test.c

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

revision 2312 by kumaneko, Mon Mar 23 08:18:20 2009 UTC revision 2313 by kumaneko, Wed Mar 25 04:27:33 2009 UTC
# Line 732  int main(int argc, char *argv[]) Line 732  int main(int argc, char *argv[])
732          char *cp;          char *cp;
733          ccs_test_init();          ccs_test_init();
734          domain_fd = open(proc_policy_domain_policy, O_WRONLY);          domain_fd = open(proc_policy_domain_policy, O_WRONLY);
735            if (domain_fd == EOF && errno == ENOENT)
736                    return 1;
737          exception_fd = open(proc_policy_exception_policy, O_WRONLY);          exception_fd = open(proc_policy_exception_policy, O_WRONLY);
738          {          {
739                  int self_fd = open(proc_policy_self_domain, O_RDONLY);                  int self_fd = open(proc_policy_self_domain, O_RDONLY);

Legend:
Removed from v.2312  
changed lines
  Added in v.2313

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