diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:24:33 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:24:33 +0000 |
| commit | 1a180032407ba2dabd02e39c508fe232a9ef66ba (patch) | |
| tree | f0b8ce9495c8461e98c5a122a1f2fef62dac3c1b /sys/compat/linux/linux_mmap.c | |
| parent | ab6c81a218fdb86607085694cff871a4e9944c45 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_mmap.c')
| -rw-r--r-- | sys/compat/linux/linux_mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mmap.c b/sys/compat/linux/linux_mmap.c index 48088e8b5526..cc63c45579ab 100644 --- a/sys/compat/linux/linux_mmap.c +++ b/sys/compat/linux/linux_mmap.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <compat/linux/linux_persona.h> #include <compat/linux/linux_util.h> - #define STACK_SIZE (2 * 1024 * 1024) #define GUARD_SIZE (4 * PAGE_SIZE) |
