summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.c b/src/lib/libc/stdlib/malloc.c
index 88e25995f3..03d70531b7 100644
--- a/src/lib/libc/stdlib/malloc.c
+++ b/src/lib/libc/stdlib/malloc.c
@@ -8,7 +8,7 @@
8 */ 8 */
9 9
10#if defined(LIBC_SCCS) && !defined(lint) 10#if defined(LIBC_SCCS) && !defined(lint)
11static char rcsid[] = "$OpenBSD: malloc.c,v 1.38 1999/11/10 20:12:31 millert Exp $"; 11static char rcsid[] = "$OpenBSD: malloc.c,v 1.39 2000/03/01 03:09:08 deraadt Exp $";
12#endif /* LIBC_SCCS and not lint */ 12#endif /* LIBC_SCCS and not lint */
13 13
14/* 14/*
@@ -69,7 +69,7 @@ static char rcsid[] = "$OpenBSD: malloc.c,v 1.38 1999/11/10 20:12:31 millert Exp
69#endif /* __i386__ && __FreeBSD__ */ 69#endif /* __i386__ && __FreeBSD__ */
70 70
71#if defined(__sparc__) && !defined(__OpenBSD__) 71#if defined(__sparc__) && !defined(__OpenBSD__)
72# define malloc_pageshirt 12U 72# define malloc_pageshift 12U
73# define malloc_minsize 16U 73# define malloc_minsize 16U
74# define MAP_ANON (0) 74# define MAP_ANON (0)
75# define USE_DEV_ZERO 75# define USE_DEV_ZERO