git: 1656007e4c83 - main - ptrace_test: Remove another MIPS remnant.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Dec 2022 22:52:21 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1656007e4c83e9665bcb75914d066e29772367f0 commit 1656007e4c83e9665bcb75914d066e29772367f0 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-12-13 22:51:52 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-12-13 22:51:52 +0000 ptrace_test: Remove another MIPS remnant. --- tests/sys/kern/ptrace_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sys/kern/ptrace_test.c b/tests/sys/kern/ptrace_test.c index 129a9dc3781c..9cee07639f0c 100644 --- a/tests/sys/kern/ptrace_test.c +++ b/tests/sys/kern/ptrace_test.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/time.h> #include <sys/procctl.h> #include <sys/procdesc.h> -#define _WANT_MIPS_REGNUM #include <sys/ptrace.h> #include <sys/procfs.h> #include <sys/queue.h>