From 55c50e708b27ac81e03fed298be9297520cbcc8e Mon Sep 17 00:00:00 2001 From: Michael Tüxen Date: Mon, 16 Sep 2019 09:51:17 +0200 Subject: sys/freebsd/vnet.txt: replace IPPROTO_SEP by IPPROTO_DCCP (#1401) r350749 updated the constant from IPPROTO_SEP to IPPROTO_DCCP to be consistent with the IANA registry. --- executor/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 47c9d02ac..ae7524859 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "1f6b1f79ae35738bcf6e27d67c95fa63c1f86865" +#define SYZ_REVISION "21175f04ae07157b426479c1f43eb01988da85e4" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -30,7 +30,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "8a3bca2af862d54553a68c1871a0802a78b1f5e2" +#define SYZ_REVISION "894df9c93925b59c1559c7005392d1c68f694738" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 -- cgit mrf-deployment