=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/collect.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/mail/collect.c 1998/06/12 18:07:54 1.17 --- src/usr.bin/mail/collect.c 2000/04/26 15:47:30 1.18 *************** *** 1,4 **** ! /* $OpenBSD: collect.c,v 1.17 1998/06/12 18:07:54 millert Exp $ */ /* $NetBSD: collect.c,v 1.9 1997/07/09 05:25:45 mikel Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: collect.c,v 1.18 2000/04/26 15:47:30 millert Exp $ */ /* $NetBSD: collect.c,v 1.9 1997/07/09 05:25:45 mikel Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #else ! static char rcsid[] = "$OpenBSD: collect.c,v 1.17 1998/06/12 18:07:54 millert Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #else ! static char rcsid[] = "$OpenBSD: collect.c,v 1.18 2000/04/26 15:47:30 millert Exp $"; #endif #endif /* not lint */ *************** *** 589,595 **** touch(mp); printf(" %d", *msgvec); ! if (send(mp, fp, ig, tabst) < 0) { warn(fn); return(-1); } --- 589,595 ---- touch(mp); printf(" %d", *msgvec); ! if (sendmessage(mp, fp, ig, tabst) < 0) { warn(fn); return(-1); }