1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Merge from HEAD - make Samba compile with -Wwrite-strings without additional

warnings.  (Adds a lot of const).

Andrew Bartlett
(This used to be commit 3a7458f947)
This commit is contained in:
Andrew Bartlett
2003-01-03 08:28:12 +00:00
parent 47a7f0cfb5
commit 634c54310c
131 changed files with 1197 additions and 1188 deletions

View File

@ -325,7 +325,7 @@ done:
Recursive routine to print out all children of a TREE_NODE
*************************************************************************/
static void sorted_tree_print_children( TREE_NODE *node, int debug, char *path )
static void sorted_tree_print_children( TREE_NODE *node, int debug, const char *path )
{
int i;
int num_children;