summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/malloc.c')
-rw-r--r--src/lib/libc/stdlib/malloc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/malloc.c b/src/lib/libc/stdlib/malloc.c
index 5a328b0eb0..65675456ec 100644
--- a/src/lib/libc/stdlib/malloc.c
+++ b/src/lib/libc/stdlib/malloc.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: malloc.c,v 1.76 2005/08/08 08:05:36 espie Exp $ */
1/* 2/*
2 * ---------------------------------------------------------------------------- 3 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42): 4 * "THE BEER-WARE LICENSE" (Revision 42):
@@ -7,10 +8,6 @@
7 * ---------------------------------------------------------------------------- 8 * ----------------------------------------------------------------------------
8 */ 9 */
9 10
10#if defined(LIBC_SCCS) && !defined(lint)
11static char rcsid[] = "$OpenBSD: malloc.c,v 1.75 2005/07/07 05:28:53 tdeval Exp $";
12#endif /* LIBC_SCCS and not lint */
13
14/* 11/*
15 * Defining MALLOC_EXTRA_SANITY will enable extra checks which are 12 * Defining MALLOC_EXTRA_SANITY will enable extra checks which are
16 * related to internal conditions and consistency in malloc.c. This has 13 * related to internal conditions and consistency in malloc.c. This has