r1894: Convert // to /* */
authorVolker Lendecke <vlendec@samba.org>
Wed, 18 Aug 2004 19:57:49 +0000 (19:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:09 +0000 (12:58 -0500)
(This used to be commit 5dc793b2b4b5c54df4aa3b0c98c248bdd671bbb1)

source4/build/pidl/eparser.c
source4/include/registry.h
source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c
source4/lib/registry/tools/regpatch.c

index b53bde5f1e137abcb16f9bd9e199403d4581cfe5..cdafd0d8f4b0847c1e5f0beac1064f91fe8acd11 100644 (file)
@@ -515,7 +515,7 @@ void ndr_pull_subcontext_header(struct ndr_pull *ndr, proto_tree *tree,
                break;
        }
        default: ;
-//             return ndr_pull_error(ndr, NDR_ERR_SUBCONTEXT, "Bad subcontext size %d", sub_size);
+/*             return ndr_pull_error(ndr, NDR_ERR_SUBCONTEXT, "Bad subcontext size %d", sub_size); */
        }
 }
 
@@ -580,7 +580,7 @@ void proto_register_eparser(void)
         { &hf_subcontext_size_2, { "Subcontext size2", "eparser.subcontext_size2", FT_UINT16, BASE_DEC, NULL, 0x0, "Subcontext size2", HFILL }},
         { &hf_subcontext_size_4, { "Subcontext size4", "eparser.subcontext_size4", FT_UINT16, BASE_DEC, NULL, 0x0, "Subcontext size4", HFILL }},
         { &hf_relative_ofs, { "Relative offset", "eparser.relative_offset", FT_UINT32, BASE_DEC, NULL, 0x0, "Relative offset", HFILL }},
-//        { &hf_subtree_list, { "Subtree list", "", FT_UINT64, BASE_DEC, NULL, 0,"", HFILL }},
+/*        { &hf_subtree_list, { "Subtree list", "", FT_UINT64, BASE_DEC, NULL, 0,"", HFILL }}, */
         };
 
         static gint *ett[] = {
index db1dee9b9640bfb47c27a909c1412c431ca9a1bd..162bb5e283669bc9d5bb61a99c48b7ff83ebbdff 100644 (file)
@@ -49,7 +49,7 @@ typedef struct reg_val_s REG_VAL;
 typedef struct reg_ops_s REG_OPS;
 
 #if 0
-//FIXME
+/* FIXME */
 typedef struct ace_struct_s {
   uint8_t type, flags;
   uint_t perms;   /* Perhaps a better def is in order */
index 36feaff907e9d064aeca201d702e19ac413f5c03..ee9f8bf24ffd1cc46f3d7f32ef50e408ca2ac70a 100644 (file)
@@ -1438,7 +1438,7 @@ static uint_t nt_store_security(REG_HANDLE *regf, KEY_SEC_DESC *sec)
         * means making one pass over each structure and figuring it out
         */
 
-//FIXME        size = sec_desc_size(sec->sec_desc);
+/* FIXME       size = sec_desc_size(sec->sec_desc); */
 
        /* Allocate that much space */
 
index af869d1cfa52380426937d0657526fd717582208..7eddea2b93abdaf4ce442867539f84969994b616 100644 (file)
@@ -648,7 +648,7 @@ static CMD_FILE *cmd_file_create(const char *file)
  * We pass a table of command callbacks for that 
  */
 
-//FIXME
+/* FIXME */
 
 /*
  * Main code from here on ...