Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get
authormillert <millert@openbsd.org>
Wed, 14 Jan 2015 11:59:10 +0000 (11:59 +0000)
committermillert <millert@openbsd.org>
Wed, 14 Jan 2015 11:59:10 +0000 (11:59 +0000)
commit1b6190c8424ed60fd5a9ceb94b4e212a1067c49b
tree6eec6009fb6b419fc55b48766d3cdc77a291e58d
parentb1aa73bd7101439740b32126e530dcfce26355ed
Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get
standard "Cannot allocate memory" message.
libexec/spamd-setup/spamd-setup.c