Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 10/05/2003 04:49:46
Module Name:	src
Committed By:	junyoung
Date:		Sun Oct  5 04:49:46 UTC 2003

Modified Files:
	src/lib/libc/stdlib: malloc.c

Log Message:
Style fixes to reduce diff size against the FreeBSD version, notably:
 - Use NULL where appropriate.
 - No need to pull in stdint.h.
 - Get rid of "register" keywords in the hope that the compiler will
   do a better job for us. :-)
 - Every message ends with a period.
 - MMAP() macro is supposed to return MAP_FAILED rather than -1 if it
   fails.
 - De-__P.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/lib/libc/stdlib/malloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.