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

Subversion リポジトリの参照

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

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

revision 924 by kumaneko, Thu Jan 24 03:18:27 2008 UTC revision 931 by kumaneko, Thu Jan 24 07:36:35 2008 UTC
# Line 897  static bool print_double_path_acl(struct Line 897  static bool print_double_path_acl(struct
897                  msg = dp_operation2keyword(bit);                  msg = dp_operation2keyword(bit);
898                  pos = head->read_avail;                  pos = head->read_avail;
899                  if (io_printf(head, "allow_%s ", msg)) goto out;                  if (io_printf(head, "allow_%s ", msg)) goto out;
900                  if (b0 && io_printf(head, "@%s", ptr->u1.group1->group_name->name)) goto out;                  if (b0 && io_printf(head, "@%s ", ptr->u1.group1->group_name->name)) goto out;
901                  if (!b0 && io_printf(head, "%s", ptr->u1.filename1->name)) goto out;                  if (!b0 && io_printf(head, "%s ", ptr->u1.filename1->name)) goto out;
902                  if (b1 && io_printf(head, "@%s", ptr->u2.group2->group_name->name)) goto out;                  if (b1 && io_printf(head, "@%s", ptr->u2.group2->group_name->name)) goto out;
903                  if (!b1 && io_printf(head, "%s", ptr->u2.filename2->name)) goto out;                  if (!b1 && io_printf(head, "%s", ptr->u2.filename2->name)) goto out;
904                  if (DumpCondition(head, cond)) goto out;                  if (DumpCondition(head, cond)) goto out;

Legend:
Removed from v.924  
changed lines
  Added in v.931

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