summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-02 19:43:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-02 19:43:02 +0000
commitde600b767179179e5271d2b86a1ce902409c4628 (patch)
tree0dca7f06f89ec8f5a52db2c1e052d3fab415171a /usr.bin
parente9c0e0bb4a50c2a1fd4e311a908f586301bcced8 (diff)
diffh belongs in /usr/libexec/
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/diff/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/diff/pathnames.h b/usr.bin/diff/pathnames.h
index eec82149fbf..3d9650984e0 100644
--- a/usr.bin/diff/pathnames.h
+++ b/usr.bin/diff/pathnames.h
@@ -32,5 +32,5 @@
#include <paths.h>
#define _PATH_DIFF "/usr/bin/diff"
-#define _PATH_DIFFH "/usr/bin/diffh"
+#define _PATH_DIFFH "/usr/libexec/diffh"
#define _PATH_PR "/usr/bin/pr"