Convert to ANSI C function declarations

This commit is contained in:
Todd C. Miller
2010-04-22 18:09:53 -04:00
parent c17d3e061d
commit 05ae3ea6cb
24 changed files with 243 additions and 604 deletions

View File

@@ -42,9 +42,7 @@
* Verify that path is a normal file and executable by root.
*/
char *
sudo_goodpath(path, sbp)
const char *path;
struct stat *sbp;
sudo_goodpath(const char *path, struct stat *sbp)
{
struct stat sb;