DragonFly commits List (threaded) for 2012-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Remove bogus (void *) casts.
commit 4e1af74f7f376ab663c660ad01dafb572ab8df66
Author: Sascha Wildner <saw@online.de>
Date: Sat Jul 14 05:39:42 2012 +0200
Remove bogus (void *) casts.
These are the cases where the function's prototype declares the
argument as void *.
Summary of changes:
lib/libc/citrus/citrus_ctype_fallback.c | 5 +--
lib/libc/rpc/key_call.c | 3 +-
lib/libstand/nfs.c | 2 +-
lib/libstand/printf.c | 4 +-
lib/libtcplay/hdr.c | 2 +-
lib/libtelnet/sra.c | 6 +--
libexec/mknetid/hash.c | 3 +-
libexec/revnetgroup/hash.c | 3 +-
sbin/ffsinfo/ffsinfo.c | 22 ++++++--------
sbin/growfs/growfs.c | 47 +++++++++++++++----------------
sys/boot/efi/libefi/bootinfo.c | 3 +-
sys/boot/pc32/libi386/bootinfo32.c | 3 +-
sys/boot/pc32/libi386/bootinfo64.c | 3 +-
sys/dev/drm/drm_irq.c | 2 +-
sys/dev/misc/kbd/kbd.c | 6 ++--
sys/dev/netif/axe/if_axe.c | 18 +++++------
sys/dev/netif/tl/if_tl.c | 12 ++++----
sys/dev/raid/mfi/mfi_tbolt.c | 2 +-
sys/dev/raid/mly/mly.c | 2 +-
sys/dev/raid/tws/tws_cam.c | 12 ++++----
sys/dev/raid/tws/tws_user.c | 2 +-
sys/dev/sound/pci/hda/hdac.c | 2 +-
sys/dev/usbmisc/ukbd/ukbd.c | 2 +-
sys/dev/usbmisc/umass/umass.c | 2 +-
sys/kern/kern_sysctl.c | 3 +-
sys/kern/subr_prf.c | 4 +-
sys/netinet/sctp_output.c | 4 +-
usr.bin/lex/initscan.c | 8 ++--
usr.bin/truss/syscalls.c | 7 ++--
usr.sbin/mlxcontrol/interface.c | 6 ++--
usr.sbin/rtadvd/rtadvd.c | 2 +-
31 files changed, 93 insertions(+), 109 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e1af74f7f376ab663c660ad01dafb572ab8df66
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]