diff options
| author | Shankara Pailoor <shankarapailoor@gmail.com> | 2018-11-24 09:11:14 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-25 08:18:59 +0100 |
| commit | 3d3ec9072b339276e51abc997721b68d90430bb2 (patch) | |
| tree | f7bb6a339c69204fc41909822fdf566972f81a94 /sys/linux/bpf.txt | |
| parent | ecc7c8709106080bdf3dd84baffe353c00163fb0 (diff) | |
reordering unions for trace2syz
Diffstat (limited to 'sys/linux/bpf.txt')
| -rw-r--r-- | sys/linux/bpf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf.txt b/sys/linux/bpf.txt index 240ea7239..0d91c2f7a 100644 --- a/sys/linux/bpf.txt +++ b/sys/linux/bpf.txt @@ -102,8 +102,8 @@ bpf_licenses = "GPL", "syzkaller" bpf_kern_version = 0x40f00, 0x41000, 0x41100 bpf_instructions [ - framed bpf_framed_program raw array[bpf_insn] + framed bpf_framed_program ] [varlen] bpf_framed_program { |
