From d973f232c99ddb8dae863eb1bbdf35540837493e Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 13 Jan 2001 01:33:59 +0000 Subject: [PATCH] /usr/libexec/cpp -> /usr/bin/cpp because of new rename to /usr/libexec/cpp0 --- usr.bin/calendar/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index 1bffe0131fe..cacbd2587ac 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -36,5 +36,5 @@ #include -#define _PATH_CPP "/usr/libexec/cpp" +#define _PATH_CPP "/usr/bin/cpp" #define _PATH_INCLUDE "/usr/share/calendar"