summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db/libpthread_db.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-03-23 09:38:11 +0000
committerjeff <jeff@FreeBSD.org>2008-03-23 09:38:11 +0000
commite1e2efa7be1ec08a595a7080c1c2f6030ec02b67 (patch)
tree394c5bff8c305a9e0cf5f7e5a9f1e6a808493d76 /lib/libthread_db/libpthread_db.c
parent53a15ee1ea25afc63240421180f961b5bd19d113 (diff)
downloadFreeBSD-src-e1e2efa7be1ec08a595a7080c1c2f6030ec02b67.zip
FreeBSD-src-e1e2efa7be1ec08a595a7080c1c2f6030ec02b67.tar.gz
- Restore kse.h in this directory so other tools don't find it by mistake.
- Restore the ability to debug kse coredumps in 8.0. Suggested by: marcel
Diffstat (limited to 'lib/libthread_db/libpthread_db.c')
-rw-r--r--lib/libthread_db/libpthread_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/libpthread_db.c b/lib/libthread_db/libpthread_db.c
index 53d6abb..2e2889e 100644
--- a/lib/libthread_db/libpthread_db.c
+++ b/lib/libthread_db/libpthread_db.c
@@ -34,12 +34,12 @@ __FBSDID("$FreeBSD$");
#include <pthread.h>
#include <sys/types.h>
#include <sys/linker_set.h>
-#include <sys/kse.h>
#include <sys/ptrace.h>
#include <proc_service.h>
#include <thread_db.h>
#include "libpthread_db.h"
+#include "kse.h"
#define P2T(c) ps2td(c)
OpenPOWER on IntegriCloud