From 99d4fc20020243e69fb74ea0db7a982c2d648b59 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 31 Dec 2005 20:56:38 +0000 Subject: Grok rthreads system calls before Dale yiells after me. --- usr.bin/kdump/kdump.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/kdump') 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 @@ -95,6 +95,7 @@ pid_t pid = -1; #define SYSVMSG #define SYSVSHM #define LFS +#define RTHREADS #include #include @@ -117,6 +118,7 @@ pid_t pid = -1; #undef SYSVMSG #undef SYSVSHM #undef LFS +#undef RTHREADS struct emulation { char *name; /* Emulation name */ -- cgit v1.2.3