Cast NULL to `(char *)' in call to variadic function,
authorJim Meyering <jim@meyering.net>
Wed, 5 Nov 2003 03:53:19 +0000 (03:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Nov 2003 03:53:19 +0000 (03:53 +0000)
commitdf81ab2911ce995fb9e116550b7a6798b497e391
treea06a694cbc752f15f41cbf536ca20f3642e87d48
parent25e8fe41722d25c4459946dc9aa8744bef705685
Cast NULL to `(char *)' in call to variadic function,
parse_long_options, so that it works even on systems for which
sizeof char* != sizeof int.
29 files changed:
src/basename.c
src/chroot.c
src/cksum.c
src/dd.c
src/dirname.c
src/echo.c
src/expr.c
src/factor.c
src/hostid.c
src/hostname.c
src/link.c
src/logname.c
src/nice.c
src/nohup.c
src/pathchk.c
src/printenv.c
src/printf.c
src/pwd.c
src/setuidgid.c
src/sleep.c
src/stty.c
src/sync.c
src/test.c
src/tsort.c
src/unlink.c
src/uptime.c
src/users.c
src/whoami.c
src/yes.c