Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2022 22:52:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1656007e4c83 - main - ptrace_test: Remove another MIPS remnant.
Message-ID:  <202212132252.2BDMqL2b049202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212132252.2BDMqL2b049202>