summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-08-18 19:57:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:09 -0500
commit664f50e81cc97eac7162cb3dd324eaefb11aa7d2 (patch)
tree9a17655ba20eda30634924f5c2b5cf635cd6b29b
parentacc885855ac17d3fafaa309ac2e6b7ac3c899f52 (diff)
downloadsamba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.tar.gz
samba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.tar.bz2
samba-664f50e81cc97eac7162cb3dd324eaefb11aa7d2.zip
r1894: Convert // to /* */
(This used to be commit 5dc793b2b4b5c54df4aa3b0c98c248bdd671bbb1)
-rw-r--r--source4/build/pidl/eparser.c4
-rw-r--r--source4/include/registry.h2
-rw-r--r--source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c2
-rw-r--r--source4/lib/registry/tools/regpatch.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/source4/build/pidl/eparser.c b/source4/build/pidl/eparser.c
index b53bde5f1e..cdafd0d8f4 100644
--- a/source4/build/pidl/eparser.c
+++ b/source4/build/pidl/eparser.c
@@ -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[] = {
diff --git a/source4/include/registry.h b/source4/include/registry.h
index db1dee9b96..162bb5e283 100644
--- a/source4/include/registry.h
+++ b/source4/include/registry.h
@@ -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 */
diff --git a/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c b/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c
index 36feaff907..ee9f8bf24f 100644
--- a/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c
+++ b/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c
@@ -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 */
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index af869d1cfa..7eddea2b93 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -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 ...