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: eadler
Date: Wed Jun 13 09:38:32 UTC 2018
Modified Files:
src/lib/libc/stdlib: atoi.3 atoi.c
Log Message:
libc: remove explicit cast NULL in atoi
There isn't any reason to cast NULL so just remove it. A similar change
was already made in DragonFly and FreeBSD (by me).
ok fly@
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/atoi.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdlib/atoi.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