diff options
author | marcel <marcel@FreeBSD.org> | 2004-07-18 19:29:38 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-07-18 19:29:38 +0000 |
commit | bfb6f90a9eeb6d250ab63fba2e7501f78a24821a (patch) | |
tree | 4b42d6e10aba85d775b13f551f23384ffdeb87b4 /lib/libthread_db/arch/ia64 | |
parent | b862fe68f09527177a4f7c4c3deaa6a0ff5e1a4e (diff) | |
download | FreeBSD-src-bfb6f90a9eeb6d250ab63fba2e7501f78a24821a.zip FreeBSD-src-bfb6f90a9eeb6d250ab63fba2e7501f78a24821a.tar.gz |
Correct the mess I made by committing from the wrong tree. Most
notably, this restores some of the contents in thread_db.h as well
as David Xu's copyright notice. This also fixes the includes in
the MD libpthread files which Scott tried to provide a quick fix
for.
Pointy hat: marcel
Diffstat (limited to 'lib/libthread_db/arch/ia64')
-rw-r--r-- | lib/libthread_db/arch/ia64/libpthread_md.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libthread_db/arch/ia64/libpthread_md.c b/lib/libthread_db/arch/ia64/libpthread_md.c index 6d15c91..7553ed1 100644 --- a/lib/libthread_db/arch/ia64/libpthread_md.c +++ b/lib/libthread_db/arch/ia64/libpthread_md.c @@ -27,12 +27,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <string.h> -#include <sys/types.h> -#include <proc_service.h> -#include <thread_db.h> - -#include "libpthread_db.h" +#include <sys/procfs.h> +#include <ucontext.h> void pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc) |