diff options
Diffstat (limited to 'src/lib/libc/stdlib/malloc.c')
-rw-r--r-- | src/lib/libc/stdlib/malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.c b/src/lib/libc/stdlib/malloc.c index 57d35b80b6..69ae877aba 100644 --- a/src/lib/libc/stdlib/malloc.c +++ b/src/lib/libc/stdlib/malloc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: malloc.c,v 1.172 2015/01/05 21:04:04 tedu Exp $ */ | 1 | /* $OpenBSD: malloc.c,v 1.173 2015/01/16 16:48:51 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2008, 2010, 2011 Otto Moerbeek <otto@drijf.net> | 3 | * Copyright (c) 2008, 2010, 2011 Otto Moerbeek <otto@drijf.net> |
4 | * Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org> | 4 | * Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org> |
@@ -26,7 +26,7 @@ | |||
26 | /* #define MALLOC_STATS */ | 26 | /* #define MALLOC_STATS */ |
27 | 27 | ||
28 | #include <sys/types.h> | 28 | #include <sys/types.h> |
29 | #include <sys/param.h> | 29 | #include <sys/param.h> /* PAGE_SHIFT ALIGN */ |
30 | #include <sys/queue.h> | 30 | #include <sys/queue.h> |
31 | #include <sys/mman.h> | 31 | #include <sys/mman.h> |
32 | #include <sys/uio.h> | 32 | #include <sys/uio.h> |