diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-07-22 13:32:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-07-22 13:32:30 +0800 |
commit | 39eb3932cf6497e91e81cd6761d538ba6d6b1c47 (patch) | |
tree | 9093db18b52badaff7cd60d946a789b1f06ec87b /security | |
parent | 621a37ab6b206d8767137efbd381c2124dfccfe2 (diff) | |
download | freebsd-ports-gnome-39eb3932cf6497e91e81cd6761d538ba6d6b1c47.tar.gz freebsd-ports-gnome-39eb3932cf6497e91e81cd6761d538ba6d6b1c47.tar.zst freebsd-ports-gnome-39eb3932cf6497e91e81cd6761d538ba6d6b1c47.zip |
Fix build in STABLE and CURRENT, _PATH_CP is defined in system includes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/files/patch-pathnames.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/openssh/files/patch-pathnames.h b/security/openssh/files/patch-pathnames.h index b8f4e585db5e..47881ecf7dcc 100644 --- a/security/openssh/files/patch-pathnames.h +++ b/security/openssh/files/patch-pathnames.h @@ -1,5 +1,5 @@ ---- pathnames.h.orig Sat Jun 22 12:40:30 2002 -+++ pathnames.h Mon Jun 24 23:05:59 2002 +--- pathnames.h.orig Thu Jul 11 21:52:45 2002 ++++ pathnames.h Mon Jul 22 07:19:30 2002 @@ -12,7 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ @@ -18,8 +18,13 @@ /* * The process id of the daemon listening for connections is saved here to -@@ -123,8 +123,8 @@ +@@ -120,11 +120,13 @@ + #define _PATH_UNIX_X "/tmp/.X11-unix/X%u" + + /* for scp */ ++#ifndef _PATH_CP #define _PATH_CP "cp" ++#endif /* for sftp */ -#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server" |