summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-13 09:20:15 +0000
committerbde <bde@FreeBSD.org>1996-09-13 09:20:15 +0000
commitf230d30a1e127a602bb526ad55f313f36ed628f0 (patch)
tree380e7f5a7dc4d400a115f86e29dfb4d0e5df52ed /sys/sys/systm.h
parent7828a974708d911e76511f77ed20b37b95fefbcb (diff)
downloadFreeBSD-src-f230d30a1e127a602bb526ad55f313f36ed628f0.zip
FreeBSD-src-f230d30a1e127a602bb526ad55f313f36ed628f0.tar.gz
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
and a no-op for gcc >= 2.6.
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