diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-09 09:25:11 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-09 09:25:11 +0000 |
| commit | 13876dc982e40121c2bbe629a3123dba1a6ab8cf (patch) | |
| tree | f113f7124bd8aa83daf542509111150f0cc0caaf /lib | |
| parent | c23b6e238fc303b507bbf47a2859c029501f26da (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/tests/sys/mlock_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/sys/mlock_helper.c b/lib/libc/tests/sys/mlock_helper.c index 7fa40d11861d..86bbf9ad4d5a 100644 --- a/lib/libc/tests/sys/mlock_helper.c +++ b/lib/libc/tests/sys/mlock_helper.c @@ -36,8 +36,8 @@ __FBSDID("$FreeBSD$"); #include <atf-c.h> #include <errno.h> -#include <stdio.h> #include <limits.h> +#include <stdio.h> #define VM_MAX_WIRED "vm.max_wired" |
