summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-07-30 16:46:17 +0000
committerjsg <jsg@openbsd.org>2014-07-30 16:46:17 +0000
commit739980155cb63e85f191cd4a2ef0dad11a5a1ffa (patch)
tree94d00290df89a64ee56d226d11eefa731380a5e7
parentdescend into tradcpp (diff)
downloadwireguard-openbsd-739980155cb63e85f191cd4a2ef0dad11a5a1ffa.tar.xz
wireguard-openbsd-739980155cb63e85f191cd4a2ef0dad11a5a1ffa.zip
switch to tradcpp
-rw-r--r--usr.bin/calendar/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h
index b6977f0af4c..534b7f93586 100644
--- a/usr.bin/calendar/pathnames.h
+++ b/usr.bin/calendar/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.4 2003/06/03 02:56:06 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.5 2014/07/30 16:46:17 jsg Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -33,7 +33,7 @@
#include <paths.h>
-#define _PATH_CPP "/usr/bin/cpp"
+#define _PATH_CPP "/usr/libexec/tradcpp"
/* XXX -- fix when cpp parses arguments rationally */
#define _PATH_INCLUDE "-I/usr/share/calendar"