diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-16 02:19:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-16 02:19:39 +0000 |
commit | 77206d12c869c4784dafc0b20a0639a2d959f4fd (patch) | |
tree | 83dcadfc33728ea4640cbe685b686bf1c32c7915 /usr.sbin/edquota/pathnames.h | |
parent | 5f11a8a706c9ee1c6314da299062b2a27fe54467 (diff) |
_PATH_TMP -> _PATH_TMPFILE
Diffstat (limited to 'usr.sbin/edquota/pathnames.h')
-rw-r--r-- | usr.sbin/edquota/pathnames.h | 5 |
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" |