From ffe85af864abfdea2b4ac1c77a4202cbe0e95c0c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 14 Apr 2020 07:37:58 +0200 Subject: sys/linux: regenerate consts On the current linux-next: f19bb13a0eaf0034a603e3b54a7c3a50faf6821e (next-20200414) EXT4_EOFBLOCKS_FL was removed by 4337ecd1fe997d2b2135b4434caaccdb47c10c06 ARM does not support KVM anymore, removed by 541ad0150ca4 ("arm: Remove 32bit KVM host support"). Fixes #1676 --- sys/linux/dev_snd_seq_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_snd_seq_ppc64le.const') diff --git a/sys/linux/dev_snd_seq_ppc64le.const b/sys/linux/dev_snd_seq_ppc64le.const index 7520e1a37..307c1a101 100644 --- a/sys/linux/dev_snd_seq_ppc64le.const +++ b/sys/linux/dev_snd_seq_ppc64le.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 KERNEL_CLIENT = 2 NO_CLIENT = 0 SNDRV_SEQ_FILTER_BOUNCE = 4 @@ -95,4 +96,5 @@ SNDRV_TIMER_SCLASS_OSS_SEQUENCER = 3 SNDRV_TIMER_SCLASS_SEQUENCER = 2 USER_CLIENT = 1 __NR_ioctl = 54 +__NR_openat = 286 __NR_write = 4 -- cgit mrf-deployment