_PATH_TMP -> _PATH_TMPFILE
authormillert <millert@openbsd.org>
Mon, 16 Sep 1996 02:19:37 +0000 (02:19 +0000)
committermillert <millert@openbsd.org>
Mon, 16 Sep 1996 02:19:37 +0000 (02:19 +0000)
sbin/disklabel/disklabel.c
sbin/disklabel/pathnames.h
usr.sbin/edquota/edquota.c
usr.sbin/edquota/pathnames.h

index 41112c8..e9490a2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 $   */
 
 /*
@@ -48,7 +48,7 @@ static char copyright[] =
 /* 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 */
 
@@ -95,7 +95,7 @@ static char rcsid[] = "$OpenBSD: disklabel.c,v 1.15 1996/08/10 12:14:19 deraadt
 
 char   *dkname;
 char   *specname;
-char   tmpfil[] = _PATH_TMP;
+char   tmpfil[] = _PATH_TMPFILE;
 
 char   namebuf[BBSIZE], *np = namebuf;
 struct disklabel lab;
index ac7f49a..5c15fbd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 $        */
 
 /*
@@ -39,5 +39,4 @@
 #include <paths.h>
 
 #define        _PATH_BOOTDIR   "/usr/mdec"
-#undef _PATH_TMP
-#define        _PATH_TMP       "/tmp/EdDk.aXXXXXX"
+#define        _PATH_TMPFILE   "/tmp/EdDk.aXXXXXX"
index fde69f5..b1e2af1 100644 (file)
@@ -42,7 +42,7 @@ static char copyright[] =
 
 #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 */
 
 /*
@@ -67,7 +67,7 @@ static char *rcsid = "$Id: edquota.c,v 1.12 1996/09/01 01:41:44 deraadt Exp $";
 char *qfname = QUOTAFILENAME;
 char *qfextension[] = INITQFNAMES;
 char *quotagroup = QUOTAGROUP;
-char tmpfil[] = _PATH_TMP;
+char tmpfil[] = _PATH_TMPFILE;
 
 struct quotause {
        struct  quotause *next;
index b524d48..579274e 100644 (file)
  * 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"