diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-11-10 21:31:25 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-11-12 16:32:52 +0100 |
| commit | 0dd854679a8119610343853c6d9229d1d041fde0 (patch) | |
| tree | fb13b9c29e8f4be9b95ab813fee0ca347fda60a8 /sys/linux/dev_floppy.txt | |
| parent | 75b040914e1a14c1eda0ed9d14ed376a37293a1d (diff) | |
sys/linux: fix and regenerate consts on the latest kenrel
Fix missed includes and renamed constants and regenerate const files on 89d714ab60.
Diffstat (limited to 'sys/linux/dev_floppy.txt')
| -rw-r--r-- | sys/linux/dev_floppy.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/dev_floppy.txt b/sys/linux/dev_floppy.txt index 7397dabde..76a499842 100644 --- a/sys/linux/dev_floppy.txt +++ b/sys/linux/dev_floppy.txt @@ -6,6 +6,7 @@ # 2) "cmdline": " -fda FLOPPY.img " in syzkaller configuration include <uapi/linux/fd.h> +include <uapi/linux/fcntl.h> resource fd_floppy[fd] |
