Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdlib



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.




Home | Main Index | Thread Index | Old Index