-/* $OpenBSD: disklabel.c,v 1.15 1996/08/10 12:14:19 deraadt Exp $ */
+/* $OpenBSD: disklabel.c,v 1.16 1996/09/16 02:21:59 millert Exp $ */
/* $NetBSD: disklabel.c,v 1.30 1996/03/14 19:49:24 ghudson Exp $ */
/*
/* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */
static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 1/7/94";
#else
-static char rcsid[] = "$OpenBSD: disklabel.c,v 1.15 1996/08/10 12:14:19 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: disklabel.c,v 1.16 1996/09/16 02:21:59 millert Exp $";
#endif
#endif /* not lint */
char *dkname;
char *specname;
-char tmpfil[] = _PATH_TMP;
+char tmpfil[] = _PATH_TMPFILE;
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
-/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:30:06 deraadt Exp $ */
+/* $OpenBSD: pathnames.h,v 1.3 1996/09/16 02:21:58 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.6 1995/03/18 14:54:43 cgd Exp $ */
/*
#include <paths.h>
#define _PATH_BOOTDIR "/usr/mdec"
-#undef _PATH_TMP
-#define _PATH_TMP "/tmp/EdDk.aXXXXXX"
+#define _PATH_TMPFILE "/tmp/EdDk.aXXXXXX"
#ifndef lint
/*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: edquota.c,v 1.12 1996/09/01 01:41:44 deraadt Exp $";
+static char *rcsid = "$Id: edquota.c,v 1.13 1996/09/16 02:19:37 millert Exp $";
#endif /* not lint */
/*
char *qfname = QUOTAFILENAME;
char *qfextension[] = INITQFNAMES;
char *quotagroup = QUOTAGROUP;
-char tmpfil[] = _PATH_TMP;
+char tmpfil[] = _PATH_TMPFILE;
struct quotause {
struct quotause *next;
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 8.1 (Berkeley) 6/6/93
- * $Id: pathnames.h,v 1.1.1.1 1995/10/18 08:47:33 deraadt Exp $
+ * $Id: pathnames.h,v 1.2 1996/09/16 02:19:38 millert Exp $
*/
#include <paths.h>
-#undef _PATH_TMP
-#define _PATH_TMP "/tmp/EdP.aXXXXX"
+#define _PATH_TMPFILE "/tmp/EdP.aXXXXX"