summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/assert.h
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1999-02-09 06:36:31 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1999-02-09 06:36:31 +0000
commita57803c95c08dbdb30356100d3b94c219d5c46cb (patch)
tree797d6906b97d2f70dbabbc79151496c303e85e93 /sys/arch/mvme88k/include/assert.h
parent93a73fb959e9887211b761afd3c887abd096e3ff (diff)
Added kernel support for user debugging. Fixed file ID's
Diffstat (limited to 'sys/arch/mvme88k/include/assert.h')
-rw-r--r--sys/arch/mvme88k/include/assert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/include/assert.h b/sys/arch/mvme88k/include/assert.h
index c9e72557e77..fcdbab19465 100644
--- a/sys/arch/mvme88k/include/assert.h
+++ b/sys/arch/mvme88k/include/assert.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: assert.h,v 1.4 1999/02/09 06:36:25 smurph Exp $ */
#define assert(x) \
({\
if (!(x)) {\