From a679ebf88a62b8df1bc740d240b9489e1cd11c22 Mon Sep 17 00:00:00 2001 From: jedgar Date: Sun, 12 May 2002 01:52:11 +0000 Subject: Remove _PATH_CP now that it is defined in paths.h Reviewed by: des --- crypto/openssh/pathnames.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/openssh') diff --git a/crypto/openssh/pathnames.h b/crypto/openssh/pathnames.h index 8dde2a3..6f4dfc1 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" -- cgit v1.1