diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-26 21:36:08 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-27 11:51:40 +0200 |
| commit | a3857c4e90fa4a3fbe78bd4b53cdc77aa91533cf (patch) | |
| tree | 8bc28379a29112de7bc11c57f3d91d0baba84594 /sys/test_arm64.const | |
| parent | 9ec49e082f811482ecdccc837c27961d68247d25 (diff) | |
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Now pkg/compiler deals with consts.
Diffstat (limited to 'sys/test_arm64.const')
| -rw-r--r-- | sys/test_arm64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/test_arm64.const b/sys/test_arm64.const index c9328ca7e..0581cbde3 100644 --- a/sys/test_arm64.const +++ b/sys/test_arm64.const @@ -1 +1,4 @@ # AUTOGENERATED FILE +IPPROTO_ICMPV6 = 58 +IPPROTO_TCP = 6 +IPPROTO_UDP = 17 |
