svn commit: r318771 - stable/11/usr.bin/kdump
John Baldwin
jhb at FreeBSD.org
Wed May 24 03:26:16 UTC 2017
Author: jhb
Date: Wed May 24 03:26:15 2017
New Revision: 318771
URL: https://svnweb.freebsd.org/changeset/base/318771
Log:
MFC 315334: Decode arguments to chflagsat().
Modified:
stable/11/usr.bin/kdump/kdump.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/kdump/kdump.c
==============================================================================
--- stable/11/usr.bin/kdump/kdump.c Wed May 24 01:06:09 2017 (r318770)
+++ stable/11/usr.bin/kdump/kdump.c Wed May 24 03:26:15 2017 (r318771)
@@ -876,6 +876,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:
@@ -1018,6 +1019,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