Remove xcalloc() and convert its callers to xzalloc(). About half of them
authorRob Landley <rob@landley.net>
Thu, 3 Aug 2006 20:07:35 +0000 (20:07 -0000)
committerRob Landley <rob@landley.net>
Thu, 3 Aug 2006 20:07:35 +0000 (20:07 -0000)
commit081e38483ec55dcfca3d92434fe94f0777ed962d
tree2d31e921a759c769f339055c9946205fabef5cbf
parent86b4d64aa3f5ca4c2824a8948541b0e18dfe0a74
Remove xcalloc() and convert its callers to xzalloc().  About half of them
were using "1" as one of the arguments anyway, and as for the rest a multiply
and a push isn't noticeably bigger than pushing two arguments on the stack.
15 files changed:
coreutils/cut.c
coreutils/ls.c
coreutils/sort.c
e2fsprogs/fsck.c
e2fsprogs/mke2fs.c
findutils/grep.c
findutils/xargs.c
include/libbb.h
libbb/xfuncs.c
modutils/insmod.c
modutils/modprobe.c
networking/httpd.c
networking/traceroute.c
shell/cmdedit.c
util-linux/fdisk.c