git: 96241a568e5d - main - libproc: Trim a MIPS leftover.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 17:41:41 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=96241a568e5db7bd00512e8e51eb05f1aead695c commit 96241a568e5db7bd00512e8e51eb05f1aead695c Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-03-29 17:34:32 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-03-29 17:34:32 +0000 libproc: Trim a MIPS leftover. Fixes: 101ba46bb6bd libproc: retire now-unused MIPS support --- lib/libproc/proc_regs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libproc/proc_regs.c b/lib/libproc/proc_regs.c index 157d355b53fa..97619afa77e6 100644 --- a/lib/libproc/proc_regs.c +++ b/lib/libproc/proc_regs.c @@ -33,7 +33,6 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> -#define _WANT_MIPS_REGNUM #include <sys/ptrace.h> #include <err.h>