From 4c970d7dccd01e4c04a9c8925621786949d7c3d1 Mon Sep 17 00:00:00 2001 From: mickey <> Date: Fri, 29 Aug 1997 18:05:38 +0000 Subject: [PATCH] move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs... disklabel changed to use it that way --- src/include/paths.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/paths.h b/src/include/paths.h index 96c74620..6ba951ab 100644 --- a/src/include/paths.h +++ b/src/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.8 1997/07/23 06:53:10 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.9 1997/08/29 18:05:38 mickey Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -68,6 +68,7 @@ #define _PATH_VI "/usr/bin/vi" /* Provide trailing slash, since mostly used for building pathnames. */ +#define _PATH_BOOTDIR "/usr/mdec/" #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/" #define _PATH_VARDB "/var/db/"