mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Staticized boot().
This commit is contained in:
parent
fc8f7066d2
commit
d44c88d932
1 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)systm.h 8.7 (Berkeley) 3/29/95
|
||||
* $Id: systm.h,v 1.60 1997/09/21 22:09:24 gibbs Exp $
|
||||
* $Id: systm.h,v 1.61 1997/10/10 18:15:47 phk Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSTM_H_
|
||||
|
|
@ -89,7 +89,6 @@ void *hashinit __P((int count, struct malloc_type *type, u_long *hashmask));
|
|||
void *phashinit __P((int count, struct malloc_type *type, u_long *nentries));
|
||||
|
||||
void panic __P((const char *, ...)) __dead2;
|
||||
void boot __P((int)) __dead2;
|
||||
void cpu_boot __P((int));
|
||||
void cpu_rootconf __P((void));
|
||||
void cpu_dumpconf __P((void));
|
||||
|
|
|
|||
Loading…
Reference in a new issue