summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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 */