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

Subversion リポジトリの参照

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

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

revision 3875 by kumaneko, Sun Aug 1 11:39:42 2010 UTC revision 3892 by kumaneko, Tue Aug 10 10:42:21 2010 UTC
# Line 837  static bool ccs_select_one(struct ccs_io Line 837  static bool ccs_select_one(struct ccs_io
837                  return true; /* Do nothing if open(O_WRONLY). */                  return true; /* Do nothing if open(O_WRONLY). */
838          memset(&head->r, 0, sizeof(head->r));          memset(&head->r, 0, sizeof(head->r));
839          head->r.print_this_domain_only = true;          head->r.print_this_domain_only = true;
840          head->r.eof = !domain;          if (domain)
841          head->r.domain = &domain->list;                  head->r.domain = &domain->list;
842            else
843                    head->r.eof = true;
844          ccs_io_printf(head, "# select %s\n", data);          ccs_io_printf(head, "# select %s\n", data);
845          if (domain && domain->is_deleted)          if (domain && domain->is_deleted)
846                  ccs_set_string(head, "# This is a deleted domain.\n");                  ccs_set_string(head, "# This is a deleted domain.\n");

Legend:
Removed from v.3875  
changed lines
  Added in v.3892

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