Deleted Added
full compact
34a35
> #if 0
35a37,39
> #endif
> static const char rcsid[] =
> "$Id$";
39c43
< #include <errno.h>
---
> #include <err.h>
65,68c69,70
< if ((cp = malloc(len + 2)) == NULL) {
< (void)fprintf(stderr, "mail: %s\n", strerror(errno));
< exit (1);
< }
---
> if ((cp = malloc(len + 2)) == NULL)
> err(1, NULL);