diff options
| author | Michael Tuexen <tuexen@freebsd.org> | 2018-12-04 13:56:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-04 14:15:42 +0000 |
| commit | f162ad97ac86754e162a75d2adf9c4432ed3471a (patch) | |
| tree | 33a57eca1a5c7d55199155cd72a8b024e6485906 /executor/defs.h | |
| parent | 6ad0ae6171ea0891838243683f174c6d6eecc90c (diff) | |
sys/freebsd: improve udp tests
Add support for the UDP_ENCAP. Add required includes and
remove the Linux specific ones.
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index e3af6e007..fa308019d 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "14c28af7b40c606be84ee475c6e8a7f63d052890" +#define SYZ_REVISION "8b3b74aded84239fffe46ae19976fae0cbcd9030" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
