diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-14 19:49:45 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-18 11:26:50 +0200 |
| commit | 5809a8e05714bda367f3fd57f9b983a3403f04b0 (patch) | |
| tree | 44ab5dd569099ecb9c07dcc2f4dab3595540d5d0 /sys/socket.txt | |
| parent | 172189e9551b768d48c6d5c038fbf3d5cd88aa8e (diff) | |
sys: fix a single case of field starting from a digit
In preparation for a stricter parser.
Diffstat (limited to 'sys/socket.txt')
| -rw-r--r-- | sys/socket.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/socket.txt b/sys/socket.txt index 47f0b0189..6dbf4fad6 100644 --- a/sys/socket.txt +++ b/sys/socket.txt @@ -289,7 +289,7 @@ syzn_devname { y const[121, int8] z const[122, int8] N proc[int8, 48, 1] - 0 const[0, int8] + z0 const[0, int8] } # We could add "eth0" to this list as well, but this will affect the connection between fuzzer and manager and produce lots of "no output" crashes. |
