kernel: fix main prototype

This commit is contained in:
Ben Gras
2010-07-06 12:14:59 +00:00
parent 5859ad686b
commit e920c1e1df
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ _PROTOTYPE( void save_fpu, (struct proc *) );
_PROTOTYPE( void fpu_sigcontext, (struct proc *, struct sigframe *fr, struct sigcontext *sc) );
/* main.c */
_PROTOTYPE( void main, (void) );
_PROTOTYPE( int main, (void) );
_PROTOTYPE( void prepare_shutdown, (int how) );
_PROTOTYPE( __dead void minix_shutdown, (struct timer *tp) );