diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:31:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:45:35 +0100 |
| commit | bc5869180f69e2ad6c6b823e129e08a8e523d800 (patch) | |
| tree | 3ed8b30b8fbba5535e993eb7b72978853a84243d /sys/linux/test/file_immutable | |
| parent | f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (diff) | |
sys/linux: fix 240 warnings in descriptions
Sweeping fix of everything up to socket_netlink_route.txt.
Update #590
Diffstat (limited to 'sys/linux/test/file_immutable')
| -rw-r--r-- | sys/linux/test/file_immutable | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/test/file_immutable b/sys/linux/test/file_immutable index 61ad6b36a..f9df5ddc9 100644 --- a/sys/linux/test/file_immutable +++ b/sys/linux/test/file_immutable @@ -4,7 +4,7 @@ # requires: -sandbox=namespace -sandbox=setuid r0 = openat(0xffffffffffffff9c, &AUTO='./file0\x00', 0x26e1, 0x0) -ioctl$FS_IOC_FSSETXATTR(r0, 0x40086602, &AUTO={0x17e, 0x0, 0x0, 0x0, 0x0, 0x0}) +ioctl$FS_IOC_FSSETXATTR(r0, 0x40086602, &AUTO={0x17e, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}) mkdirat(0xffffffffffffff9c, &AUTO='./file1\x00', 0x1ff) r1 = openat(0xffffffffffffff9c, &AUTO='./file1\x00', 0x0, 0x0) -ioctl$FS_IOC_FSSETXATTR(r1, 0x40086602, &AUTO={0x17e, 0x0, 0x0, 0x0, 0x0, 0x0}) +ioctl$FS_IOC_FSSETXATTR(r1, 0x40086602, &AUTO={0x17e, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}) |
