From 2d90a6361d2210f347e1e1d1fbbc7f5f9b737e8a Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 20 May 1989 01:45:16 -0800 Subject: [PATCH] /tmp is in paths.h SCCS-vsn: usr.bin/ex/pathnames.h 5.2 --- usr/src/usr.bin/ex/pathnames.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/src/usr.bin/ex/pathnames.h b/usr/src/usr.bin/ex/pathnames.h index 4020bc6f74..53a72c38e9 100644 --- a/usr/src/usr.bin/ex/pathnames.h +++ b/usr/src/usr.bin/ex/pathnames.h @@ -14,7 +14,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)pathnames.h 5.1 (Berkeley) %G% + * @(#)pathnames.h 5.2 (Berkeley) %G% */ #include @@ -24,7 +24,6 @@ #define _PATH_EXRECOVER "/usr/libexec/ex3.7recover" #define _PATH_EXPRESERVE "/usr/libexec/ex3.7preserve" #define _PATH_PRESERVE "/var/preserve" -#define _PATH_TMP "tmp" #ifndef VMUNIX #ifndef vms #define EXSTRINGS "/usr/libexec/ex3.7strings" -- 2.20.1