=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/temp.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/mail/temp.c 1997/07/24 16:23:39 1.8 --- src/usr.bin/mail/temp.c 1997/07/24 17:27:13 1.9 *************** *** 1,4 **** ! /* $OpenBSD: temp.c,v 1.8 1997/07/24 16:23:39 millert Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: temp.c,v 1.9 1997/07/24 17:27:13 millert Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: temp.c,v 1.8 1997/07/24 16:23:39 millert Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: temp.c,v 1.9 1997/07/24 17:27:13 millert Exp $"; #endif #endif /* not lint */ *************** *** 51,58 **** * Give names to all the temporary files that we will need. */ - char *tempMail; - char *tempEdit; char *tmpdir; void --- 51,56 ---- *************** *** 71,79 **** *cp = '\0'; cp--; } - - tempMail = tempnam(tmpdir, "Rs"); - tempEdit = tempnam(tmpdir, "Re"); /* * It's okay to call savestr in here because main will --- 69,74 ----