CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/19 14:21:15
Modified files:
usr.bin/diff : xmalloc.c
Log message:
Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).
For size and overflow errors, use the same error messages as ecalloc().
OK otto@
