Author: jhb
Date: Sat Jun 10 01:32:18 2017
New Revision: 319767
URL: https://svnweb.freebsd.org/changeset/base/319767
Log:
Decode arguments to rtprio_thread() (same as rtprio()).
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.c
==============================================================================
--- head/usr.bin/kdump/kdump.c Sat Jun 10 01:22:40 2017 (r319766)
+++ head/usr.bin/kdump/kdump.c Sat Jun 10 01:32:18 2017 (r319767)
@@ -1219,6 +1219,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
c = ',';
break;
case SYS_rtprio:
+ case SYS_rtprio_thread:
putchar('(');
print_integer_arg(sysdecode_rtprio_function,
*ip);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"