* all mallocs now use xmalloc (and so are OOM error safe), and
authorErik Andersen <andersen@codepoet.org>
Tue, 21 Mar 2000 22:32:57 +0000 (22:32 -0000)
committerErik Andersen <andersen@codepoet.org>
Tue, 21 Mar 2000 22:32:57 +0000 (22:32 -0000)
commit0d068a20676144e9fd6796cc77764c420d785394
treeaf12b114d51e9ae7a8753baf09feb9ab8d654f26
parentc053e41fa0524d828bf90f47e5e3637b8facaadc
* all mallocs now use xmalloc (and so are OOM error safe), and
the common error handling saves a few bytes.  Thanks to
Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
 -Erik
19 files changed:
Changelog
coreutils/date.c
coreutils/dd.c
coreutils/tr.c
date.c
dd.c
dmesg.c
fsck_minix.c
mkfs_minix.c
mkswap.c
sfdisk.c
tr.c
umount.c
util-linux/dmesg.c
util-linux/fsck_minix.c
util-linux/mkfs_minix.c
util-linux/mkswap.c
util-linux/umount.c
utility.c