sftp / latest snapshot
Damien Miller
djm at mindrot.org
Fri Feb 9 22:55:08 EST 2001
On Fri, 9 Feb 2001, Lutz Jaenicke wrote:
> On Thu, Feb 08, 2001 at 09:54:13PM -0600, mouring at etoh.eviladmin.org wrote:
> > I synced up sftp-client.c enough to compile. If someone does not get it
> > before me. I'll deal with the rest tomorrow night. I really have to get
> > at this video editing projects before some people kill me. =)
>
> Thanks. Good luck with your projects.
> Lutz
> PS. There is not _PATH_TTY on HP-UX...
I am committing this:
Index: defines.h
===================================================================
RCS file: /var/cvs/openssh/defines.h,v
retrieving revision 1.53
diff -u -r1.53 defines.h
--- defines.h 2001/02/09 01:55:36 1.53
+++ defines.h 2001/02/09 11:54:36
@@ -303,6 +303,10 @@
#define XAUTH_PATH "/usr/X11R6/bin/xauth"
#endif /* XAUTH_PATH */
+#ifndef _PATH_TTY
+# define _PATH_TTY "/dev/tty"
+#endif
+
/* Macros */
#if defined(HAVE_LOGIN_GETCAPBOOL) && defined(HAVE_LOGIN_CAP_H)
--
| Damien Miler <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
More information about the openssh-unix-dev
mailing list