From fac8edac5e1d7ef65495007fea4ff3e72184cac5 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 11 Jan 2000 07:28:46 +0000 Subject: Backed out removal of vendor id and gratuitous change of tmpfile prefix in previous commit. --- sbin/bsdlabel/pathnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/bsdlabel') diff --git a/sbin/bsdlabel/pathnames.h b/sbin/bsdlabel/pathnames.h index 1b734e61e5db..c09d4692c94a 100644 --- a/sbin/bsdlabel/pathnames.h +++ b/sbin/bsdlabel/pathnames.h @@ -30,10 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * $FreeBSD$ */ #include #define _PATH_BOOTDIR "/boot" -#define PATH_TMPFILE "/tmp/dlblXXXXXXXXXX" +#define PATH_TMPFILE "/tmp/EdDk.XXXXXXXXXX" -- cgit v1.2.3