Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/14/2007 22:06:05
Module Name:	src
Committed By:	christos
Date:		Wed Nov 14 22:06:05 UTC 2007

Modified Files:
	src/usr.bin/mail: format.c

Log Message:
From Anon Ymous
- Fix a stupid typo: sizeof(sizeof(a)) isn't very useful.
- Use emalloc(3) and erealloc(3) instead of malloc(3) and realloc(3),
  resp.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/mail/format.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.