git: Remove some casts of NULL to pointer types which had accumulated.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Feb 22 09:35:38 PST 2014
commit 79ac1d4af3e25062d80edd203d565cc1147d917e
Author: Sascha Wildner <saw at online.de>
Date: Sat Feb 22 18:22:27 2014 +0100
Remove some casts of NULL to pointer types which had accumulated.
They were brought back from FreeBSD with various updates.
Summary of changes:
lib/libc/stdio/vfscanf.c | 4 ++--
lib/libc/stdlib/atof.c | 2 +-
lib/libc/stdlib/atoi.c | 2 +-
lib/libc/stdlib/atol.c | 2 +-
lib/libc/stdlib/atoll.c | 2 +-
lib/libutil/pw_util.c | 6 +++---
lib/libutil/uucplock.c | 2 +-
sbin/shutdown/shutdown.c | 5 ++---
sys/dev/netif/oce/oce_hw.c | 12 ++++++------
usr.bin/column/column.c | 12 ++++++------
usr.bin/xinstall/xinstall.c | 2 +-
usr.sbin/syslogd/syslogd.c | 14 +++++++-------
12 files changed, 32 insertions(+), 33 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79ac1d4af3e25062d80edd203d565cc1147d917e
--
DragonFly BSD source repository
More information about the Commits
mailing list