summaryrefslogtreecommitdiff
path: root/usr.bin/vi/build
diff options
context:
space:
mode:
authormartijn <martijn@cvs.openbsd.org>2016-01-30 21:34:58 +0000
committermartijn <martijn@cvs.openbsd.org>2016-01-30 21:34:58 +0000
commite34021ad56d926522681cfb180d77b979421d199 (patch)
tree224e56352556b49dedc777aa3d8bd7e3956abb20 /usr.bin/vi/build
parente75adb95f77c8e7f6c983127c8c83227ec3a4e1d (diff)
/var/tmp is dead, long live /tmp
OK zhuk@ and tb@
Diffstat (limited to 'usr.bin/vi/build')
-rw-r--r--usr.bin/vi/build/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/build/pathnames.h b/usr.bin/vi/build/pathnames.h
index 67974587b12..92560ee4d11 100644
--- a/usr.bin/vi/build/pathnames.h
+++ b/usr.bin/vi/build/pathnames.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: pathnames.h,v 1.5 2016/01/06 22:34:45 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.6 2016/01/30 21:34:57 martijn Exp $ */
/* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */
#define _PATH_EXRC ".exrc"
#define _PATH_NEXRC ".nexrc"
-#define _PATH_PRESERVE "/var/tmp/vi.recover"
+#define _PATH_PRESERVE "/tmp/vi.recover"
#define _PATH_SYSEXRC "/etc/vi.exrc"
#define _PATH_TAGS "tags"