diff options
| author | tigergao99 <tigergao1999@outlook.com> | 2020-12-01 14:51:19 -0500 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2020-12-15 13:36:38 -0500 |
| commit | f213e07ead587b07a84e60c356520bce7277166c (patch) | |
| tree | ce193a6ba33c160e2431466c8c50b5df9aff4278 /pkg | |
| parent | 97183ed760478c5b970c8c549d99c8147a72e293 (diff) | |
sys/freebsd: add kmq related syscalls
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/freebsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index 8bbcc6b81..5d122688e 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -79,6 +79,7 @@ sctp_load="YES" tcp_bbr_load="YES" tcp_rack_load="YES" sem_load="YES" +mqueuefs_load="YES" __EOF__ sudo umount $tmpdir |
