summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/systm.h')
-rw-r--r--sys/sys/systm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 199ea46..e628400 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.42 1996/08/22 03:50:33 julian Exp $
+ * $Id: systm.h,v 1.43 1996/08/31 16:57:54 bde Exp $
*/
#ifndef _SYS_SYSTM_H_
@@ -115,8 +115,8 @@ int ureadc __P((int, struct uio *));
void *hashinit __P((int count, int type, u_long *hashmask));
void *phashinit __P((int count, int type, u_long *nentries));
-__dead void panic __P((const char *, ...)) __dead2;
-__dead void boot __P((int)) __dead2;
+void panic __P((const char *, ...)) __dead2;
+void boot __P((int)) __dead2;
void cpu_boot __P((int));
void tablefull __P((const char *));
int addlog __P((const char *, ...));
OpenPOWER on IntegriCloud