aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-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*/