svn commit: r315334 - head/usr.bin/kdump
John Baldwin
jhb at FreeBSD.org
Wed Mar 15 22:36:27 UTC 2017
Author: jhb
Date: Wed Mar 15 22:36:26 2017
New Revision: 315334
URL: https://svnweb.freebsd.org/changeset/base/315334
Log:
Decode arguments to chflagsat().
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.c
==============================================================================
--- head/usr.bin/kdump/kdump.c Wed Mar 15 21:20:17 2017 (r315333)
+++ head/usr.bin/kdump/kdump.c Wed Mar 15 22:36:26 2017 (r315334)
@@ -840,6 +840,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_in
quad_slots = 1;
switch (ktr->ktr_code) {
case SYS_bindat:
+ case SYS_chflagsat:
case SYS_connectat:
case SYS_faccessat:
case SYS_fchmodat:
@@ -982,6 +983,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_in
narg--;
break;
case SYS_chflags:
+ case SYS_chflagsat:
case SYS_fchflags:
case SYS_lchflags:
print_number(ip, narg, c);
More information about the svn-src-all
mailing list