From f087798e8bf5857b679c369601426ca29334caee Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 25 Jun 2006 22:08:53 +0000 Subject: - convert old-style parameter declarations (K&R) to modern style. --- miscutils/devfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/devfsd.c') diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index b2912a89e..9853067ee 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c @@ -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. */ -- cgit v1.2.3