From a3857c4e90fa4a3fbe78bd4b53cdc77aa91533cf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 26 Aug 2017 21:36:08 +0200 Subject: pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler Now pkg/compiler deals with consts. --- sys/test_arm.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/test_arm.const') diff --git a/sys/test_arm.const b/sys/test_arm.const index c9328ca7e..0581cbde3 100644 --- a/sys/test_arm.const +++ b/sys/test_arm.const @@ -1 +1,4 @@ # AUTOGENERATED FILE +IPPROTO_ICMPV6 = 58 +IPPROTO_TCP = 6 +IPPROTO_UDP = 17 -- cgit mrf-deployment