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/12/usr.bin/truss/mips-freebsd.c

Changes in other areas also in this revision:
Modified:
  stable/11/usr.bin/truss/mips-freebsd.c

Modified: stable/12/usr.bin/truss/mips-freebsd.c
==============================================================================
--- stable/12/usr.bin/truss/mips-freebsd.c      Tue Sep  3 20:57:20 2019        
(r351797)
+++ stable/12/usr.bin/truss/mips-freebsd.c      Tue Sep  3 21:11:04 2019        
(r351798)
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
 
 /* FreeBSD/mips-specific system call handling. */
 
+#define        _WANT_MIPS_REGNUM
 #include <sys/ptrace.h>
 #include <sys/syscall.h>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to