diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-16 02:26:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-16 02:26:21 +0000 |
commit | 1ba211e9e7ab7bc9fa7df3a53c21fabf4cefb8cd (patch) | |
tree | 987a6ed960da085fa3c6fe8cdf8d6302efb8b4e6 /usr.bin/chpass | |
parent | 4f9ed018c2821547c76751bc31486972cf13f8a7 (diff) |
_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/pathnames.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/chpass/pathnames.h b/usr.bin/chpass/pathnames.h index 2e05e083960..395307b633b 100644 --- a/usr.bin/chpass/pathnames.h +++ b/usr.bin/chpass/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:31:57 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1996/09/16 02:26:02 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/26 04:55:29 glass Exp $ */ /* @@ -38,5 +38,4 @@ #include <paths.h> -#undef _PATH_TMP -#define _PATH_TMP "/tmp/chpass.XXXXXX" +#define _PATH_TMPFILE "/tmp/chpass.XXXXXX" |