summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-12-31 20:56:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-12-31 20:56:38 +0000
commit99d4fc20020243e69fb74ea0db7a982c2d648b59 (patch)
tree6b756db37790d5dd1954fdac878817b005266e47 /usr.bin/kdump
parent7084c286e130e8dbfb57c70b466bf9c6dd8fd698 (diff)
Grok rthreads system calls before Dale yiells after me.
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 27639b4e7c2..5ce9b5eed87 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kdump.c,v 1.29 2005/12/20 07:37:21 miod Exp $ */
+/* $OpenBSD: kdump.c,v 1.30 2005/12/31 20:56:37 miod Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95";
#endif
-static char *rcsid = "$OpenBSD: kdump.c,v 1.29 2005/12/20 07:37:21 miod Exp $";
+static char *rcsid = "$OpenBSD: kdump.c,v 1.30 2005/12/31 20:56:37 miod Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -95,6 +95,7 @@ pid_t pid = -1;
#define SYSVMSG
#define SYSVSHM
#define LFS
+#define RTHREADS
#include <kern/syscalls.c>
#include <compat/bsdos/bsdos_syscalls.c>
@@ -117,6 +118,7 @@ pid_t pid = -1;
#undef SYSVMSG
#undef SYSVSHM
#undef LFS
+#undef RTHREADS
struct emulation {
char *name; /* Emulation name */