Date: Wed, 29 Mar 2023 17:41:41 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: 96241a568e5d - main - libproc: Trim a MIPS leftover. Message-ID: <202303291741.32THff4o019447@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=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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303291741.32THff4o019447>