=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/temp.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mail/temp.c 1997/07/14 00:24:31 1.7 --- src/usr.bin/mail/temp.c 1997/07/24 16:23:39 1.8 *************** *** 1,4 **** ! /* $OpenBSD: temp.c,v 1.7 1997/07/14 00:24:31 millert Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* --- 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 $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: temp.c,v 1.7 1997/07/14 00:24:31 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.8 1997/07/24 16:23:39 millert Exp $"; #endif #endif /* not lint */ *************** *** 52,61 **** */ char *tempMail; - char *tempQuit; char *tempEdit; - char *tempResid; - char *tempMesg; char *tmpdir; void --- 52,58 ---- *************** *** 76,85 **** } tempMail = tempnam(tmpdir, "Rs"); - tempResid = tempnam(tmpdir, "Rq"); - tempQuit = tempnam(tmpdir, "Rm"); tempEdit = tempnam(tmpdir, "Re"); - tempMesg = tempnam(tmpdir, "Rx"); /* * It's okay to call savestr in here because main will --- 73,79 ----