=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/fio.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/mail/fio.c 2001/12/18 16:55:06 1.21 --- src/usr.bin/mail/fio.c 2002/03/14 06:51:42 1.22 *************** *** 1,4 **** ! /* $OpenBSD: fio.c,v 1.21 2001/12/18 16:55:06 millert Exp $ */ /* $NetBSD: fio.c,v 1.8 1997/07/07 22:57:55 phil Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: fio.c,v 1.22 2002/03/14 06:51:42 mpech Exp $ */ /* $NetBSD: fio.c,v 1.8 1997/07/07 22:57:55 phil Exp $ */ /* *************** *** 38,44 **** #if 0 static const char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #else ! static const char rcsid[] = "$OpenBSD: fio.c,v 1.21 2001/12/18 16:55:06 millert Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static const char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #else ! static const char rcsid[] = "$OpenBSD: fio.c,v 1.22 2002/03/14 06:51:42 mpech Exp $"; #endif #endif /* not lint */ *************** *** 287,293 **** size = (msgCount + 1) * sizeof(struct message); nmessage = (struct message *)realloc(message, size); if (nmessage == 0) ! errx(1, "Insufficient memory for %d messages\n", msgCount); if (omsgCount == 0 || message == NULL) dot = nmessage; --- 287,293 ---- size = (msgCount + 1) * sizeof(struct message); nmessage = (struct message *)realloc(message, size); if (nmessage == 0) ! errx(1, "Insufficient memory for %d messages", msgCount); if (omsgCount == 0 || message == NULL) dot = nmessage;