- convert old-style parameter declarations (K&R) to modern style.

This commit is contained in:
Bernhard Reutner-Fischer
2006-06-25 22:08:53 +00:00
parent a892bf8284
commit f087798e8b
3 changed files with 154 additions and 314 deletions

View File

@ -1186,7 +1186,7 @@ do_chown:
return (FALSE);
} /* End Function copy_inode */
static void free_config ()
static void free_config (void)
/* [SUMMARY] Free the configuration information.
[RETURNS] Nothing.
*/