diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
commit | d558092522153caa627e33e4a76c6f64332bc609 (patch) | |
tree | 78618b9f2e8464d130d14739ee14b7786706934f /ttymodes.c | |
parent | - (djm) Bug #117: Don't lie to PAM about username (diff) | |
download | openssh-d558092522153caa627e33e4a76c6f64332bc609.tar.xz openssh-d558092522153caa627e33e4a76c6f64332bc609.zip |
- (djm) RCSID sync w/ OpenBSD
Diffstat (limited to 'ttymodes.c')
-rw-r--r-- | ttymodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttymodes.c b/ttymodes.c index ee752ebba..c32e213a4 100644 --- a/ttymodes.c +++ b/ttymodes.c @@ -43,7 +43,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ttymodes.c,v 1.18 2002/06/19 00:27:55 deraadt Exp $"); +RCSID("$OpenBSD: ttymodes.c,v 1.19 2003/04/08 20:21:29 itojun Exp $"); #include "packet.h" #include "log.h" |