=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mktemp/mktemp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/mktemp/mktemp.c 1996/11/21 07:59:33 1.1 --- src/usr.bin/mktemp/mktemp.c 1997/01/03 22:49:22 1.2 *************** *** 1,4 **** ! /* $OpenBSD: mktemp.c,v 1.1 1996/11/21 07:59:33 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: mktemp.c,v 1.2 1997/01/03 22:49:22 millert Exp $ */ /* * Copyright (c) 1996 Todd C. Miller *************** *** 31,37 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: mktemp.c,v 1.1 1996/11/21 07:59:33 millert Exp $"; #endif /* not lint */ #include --- 31,37 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: mktemp.c,v 1.2 1997/01/03 22:49:22 millert Exp $"; #endif /* not lint */ #include *************** *** 84,90 **** if (qflag) exit(1); else ! err(1, "Cannot create temp file"); } if (uflag) --- 84,90 ---- if (qflag) exit(1); else ! err(1, "Cannot create temp file %s", template); } if (uflag)