svn commit: r351798 - in stable: 11/usr.bin/truss 12/usr.bin/truss
Kyle Evans
kevans at FreeBSD.org
Tue Sep 3 21:11:05 UTC 2019
Author: kevans
Date: Tue Sep 3 21:11:04 2019
New Revision: 351798
URL: https://svnweb.freebsd.org/changeset/base/351798
Log:
stable/ branches: commit missing part of patch
truss prior to r350069 also attempted to use mips regnum bits -- let it
happen.
Modified:
stable/11/usr.bin/truss/mips-freebsd.c
Changes in other areas also in this revision:
Modified:
stable/12/usr.bin/truss/mips-freebsd.c
Modified: stable/11/usr.bin/truss/mips-freebsd.c
==============================================================================
--- stable/11/usr.bin/truss/mips-freebsd.c Tue Sep 3 20:57:20 2019 (r351797)
+++ stable/11/usr.bin/truss/mips-freebsd.c Tue Sep 3 21:11:04 2019 (r351798)
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
/* FreeBSD/mips-specific system call handling. */
+#define _WANT_MIPS_REGNUM
#include <sys/ptrace.h>
#include <sys/syscall.h>
More information about the svn-src-all
mailing list