summaryrefslogtreecommitdiff
path: root/usr.sbin/edquota/pathnames.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 02:19:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-09-16 02:19:39 +0000
commit77206d12c869c4784dafc0b20a0639a2d959f4fd (patch)
tree83dcadfc33728ea4640cbe685b686bf1c32c7915 /usr.sbin/edquota/pathnames.h
parent5f11a8a706c9ee1c6314da299062b2a27fe54467 (diff)
_PATH_TMP -> _PATH_TMPFILE
Diffstat (limited to 'usr.sbin/edquota/pathnames.h')
-rw-r--r--usr.sbin/edquota/pathnames.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/edquota/pathnames.h b/usr.sbin/edquota/pathnames.h
index a1b335efff7..579274e387f 100644
--- a/usr.sbin/edquota/pathnames.h
+++ b/usr.sbin/edquota/pathnames.h
@@ -31,10 +31,9 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 8.1 (Berkeley) 6/6/93
- * $Id: pathnames.h,v 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"