Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/stdlib/malloc.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/stdlib/malloc.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.54 retrieving revision 1.54.10.1 diff -u -p -r1.54 -r1.54.10.1 --- src/lib/libc/stdlib/malloc.c 2011/05/18 01:59:39 1.54 +++ src/lib/libc/stdlib/malloc.c 2013/02/25 00:27:53 1.54.10.1 @@ -1,4 +1,4 @@ -/* $NetBSD: malloc.c,v 1.54 2011/05/18 01:59:39 christos Exp $ */ +/* $NetBSD: malloc.c,v 1.54.10.1 2013/02/25 00:27:53 tls Exp $ */ /* * ---------------------------------------------------------------------------- @@ -90,7 +90,7 @@ void utrace(struct ut *, int); #include #include "extern.h" #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: malloc.c,v 1.54 2011/05/18 01:59:39 christos Exp $"); +__RCSID("$NetBSD: malloc.c,v 1.54.10.1 2013/02/25 00:27:53 tls Exp $"); #endif /* LIBC_SCCS and not lint */ int utrace(const char *, void *, size_t); @@ -1128,7 +1128,7 @@ ifree(void *ptr) return; } -static int malloc_active; /* Recusion flag for public interface. */ +static int malloc_active; /* Recursion flag for public interface. */ static unsigned malloc_started; /* Set when initialization has been done */ static void *