summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-18 15:16:54 +0000
committerbde <bde@FreeBSD.org>1997-11-18 15:16:54 +0000
commit4addf72045de583e69d7920bcc0637808e7a98d2 (patch)
tree6abda8cf69de59f1749df091f8e8c9cd6a77ee14 /sys
parentf5a5851d98cd317e3087790fa890a3e3c2305447 (diff)
downloadFreeBSD-src-4addf72045de583e69d7920bcc0637808e7a98d2.zip
FreeBSD-src-4addf72045de583e69d7920bcc0637808e7a98d2.tar.gz
Staticized boot().
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index d1d76b5..d4867d7 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -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));
OpenPOWER on IntegriCloud