diff options
| author | Andrew Turner <andrew@fubar.geek.nz> | 2021-05-17 14:32:45 +0000 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-05-17 16:03:35 -0400 |
| commit | 0e75f99efaaa92ae6213c1f3a8a68d50cf3c1aa6 (patch) | |
| tree | 38550dc42e6f525725219d134d296dc2de54650d /sys/freebsd/dev_crypto.txt | |
| parent | c3916a021568b4ac1f7e0fd29124d21becc983e5 (diff) | |
sys/freebsd: remove Linux headers
These are only needed when building Linux ABI support and are not needed
by native FreeBSD system calls. As these files describe the native FreeBSD
ABI remove them.
Diffstat (limited to 'sys/freebsd/dev_crypto.txt')
| -rw-r--r-- | sys/freebsd/dev_crypto.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/freebsd/dev_crypto.txt b/sys/freebsd/dev_crypto.txt index 869784c3c..c28f10646 100644 --- a/sys/freebsd/dev_crypto.txt +++ b/sys/freebsd/dev_crypto.txt @@ -1,6 +1,7 @@ # Copyright 2021 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +include <sys/malloc.h> include <sys/time.h> include <fcntl.h> include <opencrypto/cryptodev.h> |
