diff options
author | 2003-07-02 19:43:01 +0000 | |
---|---|---|
committer | 2003-07-02 19:43:01 +0000 | |
commit | a048cd5e846b75a00747c2c3df92c3dca7f63025 (patch) | |
tree | 18db86c5004d2e0868bb4c07576007d83382ec4a /usr.bin/diff/pathnames.h | |
parent | Treat /dev/null specially; there is no need to make a temp file for it. (diff) | |
download | wireguard-openbsd-a048cd5e846b75a00747c2c3df92c3dca7f63025.tar.xz wireguard-openbsd-a048cd5e846b75a00747c2c3df92c3dca7f63025.zip |
diffh belongs in /usr/libexec/
Diffstat (limited to 'usr.bin/diff/pathnames.h')
-rw-r--r-- | usr.bin/diff/pathnames.h | 2 |
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" |