aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-12 01:52:11 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-12 01:52:11 +0000
commitc2fc1c736599d69afefdd481e1153f3b52db0047 (patch)
treef782e654384f3b370351443412ee931895c628c8 /crypto
parent73f899cae1cfb9507d72ef5ec9a9d0a02af9d005 (diff)
downloadsrc-c2fc1c736599d69afefdd481e1153f3b52db0047.tar.gz
src-c2fc1c736599d69afefdd481e1153f3b52db0047.zip
Remove _PATH_CP now that it is defined in paths.h
Reviewed by: des
Notes
Notes: svn path=/head/; revision=96434
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/pathnames.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/openssh/pathnames.h b/crypto/openssh/pathnames.h
index 8dde2a3a24b9..6f4dfc178889 100644
--- a/crypto/openssh/pathnames.h
+++ b/crypto/openssh/pathnames.h
@@ -117,9 +117,6 @@
/* UNIX domain socket for X11 server; displaynum will replace %u */
#define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
-/* for scp */
-#define _PATH_CP "cp"
-
/* for sftp */
#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"
#define _PATH_LS "ls"