diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-25 22:08:53 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-25 22:08:53 +0000 |
commit | 1f5921301756994c3c1b859036253c28f230d460 (patch) | |
tree | e5f71b53c9af54ca4db5ca7aca9a7ab99a9d3934 /miscutils/devfsd.c | |
parent | 5516862c754178033087954ae5a875333573fa91 (diff) | |
download | busybox-w32-1f5921301756994c3c1b859036253c28f230d460.tar.gz busybox-w32-1f5921301756994c3c1b859036253c28f230d460.tar.bz2 busybox-w32-1f5921301756994c3c1b859036253c28f230d460.zip |
- convert old-style parameter declarations (K&R) to modern style.
git-svn-id: svn://busybox.net/trunk/busybox@15511 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 2 |
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 | ||
1189 | static void free_config () | 1189 | static void free_config (void) |
1190 | /* [SUMMARY] Free the configuration information. | 1190 | /* [SUMMARY] Free the configuration information. |
1191 | [RETURNS] Nothing. | 1191 | [RETURNS] Nothing. |
1192 | */ | 1192 | */ |