Use prototypes in the MKINIT lines collected by mkinit.

This commit is contained in:
Stefan Farfeleder 2005-08-13 08:12:18 +00:00
parent bfce4fe8c5
commit c789373981
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149016
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ unalias(char *name)
}
#ifdef mkinit
MKINIT void rmaliases();
MKINIT void rmaliases(void);
SHELLPROC {
rmaliases();

View File

@ -555,7 +555,7 @@ clearcmdentry(int firstchange)
*/
#ifdef mkinit
MKINIT void deletefuncs();
MKINIT void deletefuncs(void);
SHELLPROC {
deletefuncs();

View File

@ -445,7 +445,7 @@ environment(void)
*/
#ifdef mkinit
MKINIT void shprocvar();
MKINIT void shprocvar(void);
SHELLPROC {
shprocvar();