summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 03:53:02 +0000
committermouring <mouring>2001-03-05 03:53:02 +0000
commitd6d8d7a1ab733b1b00ae6feca2abb1150da57e56 (patch)
treeb1a1c0638bc8585b4f716fbf1a6b0f6018752b20
parent02e14c24b3871a9ba245e01c469fa27a96702dd8 (diff)
downloadopenssh-d6d8d7a1ab733b1b00ae6feca2abb1150da57e56.tar.gz
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
-rw-r--r--ChangeLog5
-rw-r--r--sshlogin.c2
-rw-r--r--sshlogin.h2
-rw-r--r--sshpty.c2
-rw-r--r--sshpty.h2
5 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 91fe1ee8..b00f1d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010305
+ - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
+
20010304
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
- (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
@@ -4189,4 +4192,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.850 2001/03/03 21:43:19 mouring Exp $
+$Id: ChangeLog,v 1.851 2001/03/05 03:53:02 mouring Exp $
diff --git a/sshlogin.c b/sshlogin.c
index 3e9af193..c2aa1858 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: login.c,v 1.17 2001/01/21 19:05:51 markus Exp $");
+RCSID("$OpenBSD: sshlogin.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
#include "loginrec.h"
diff --git a/sshlogin.h b/sshlogin.h
index 4630eedf..64007cf0 100644
--- a/sshlogin.h
+++ b/sshlogin.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: login.h,v 1.2 2001/01/29 01:58:16 niklas Exp $ */
+/* $OpenBSD: sshlogin.h,v 1.1 2001/03/04 01:46:30 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
diff --git a/sshpty.c b/sshpty.c
index aca6f027..4af55e92 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: pty.c,v 1.22 2001/02/08 19:30:52 itojun Exp $");
+RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
#ifdef HAVE_UTIL_H
# include <util.h>
diff --git a/sshpty.h b/sshpty.h
index 13d8e602..3c81fdc6 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -12,7 +12,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: pty.h,v 1.8 2000/09/07 20:27:52 deraadt Exp $"); */
+/* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */
#ifndef PTY_H
#define PTY_H