aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-25 22:08:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-25 22:08:53 +0000
commitf087798e8bf5857b679c369601426ca29334caee (patch)
treee5f71b53c9af54ca4db5ca7aca9a7ab99a9d3934 /miscutils/devfsd.c
parenta892bf82840423f680bba65c0e679657b0dd347f (diff)
downloadbusybox-w32-f087798e8bf5857b679c369601426ca29334caee.tar.gz
busybox-w32-f087798e8bf5857b679c369601426ca29334caee.tar.bz2
busybox-w32-f087798e8bf5857b679c369601426ca29334caee.zip
- convert old-style parameter declarations (K&R) to modern style.
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r--miscutils/devfsd.c2
1 files changed, 1 insertions, 1 deletions
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:
1186 return (FALSE); 1186 return (FALSE);
1187} /* End Function copy_inode */ 1187} /* End Function copy_inode */
1188 1188
1189static void free_config () 1189static void free_config (void)
1190/* [SUMMARY] Free the configuration information. 1190/* [SUMMARY] Free the configuration information.
1191 [RETURNS] Nothing. 1191 [RETURNS] Nothing.
1192*/ 1192*/