K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-06-05T01:36:30.000000Z K 7 svn:log V 215 Returning NULL here if malloc(3) fails is silly, at this point in the codepath we have't malloc(3)'d nearly as much as we probably will, so errx(3) away, instead of waiting for something to fail yet again later on. END