diff options
Diffstat (limited to 'usr.bin/ssh/pty.c')
-rw-r--r-- | usr.bin/ssh/pty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/pty.c b/usr.bin/ssh/pty.c index 430f9e52950..ac041aa2e95 100644 --- a/usr.bin/ssh/pty.c +++ b/usr.bin/ssh/pty.c @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: pty.c,v 1.13 2000/04/14 10:30:32 markus Exp $"); +RCSID("$OpenBSD: pty.c,v 1.14 2000/06/20 01:39:43 markus Exp $"); #include <util.h> #include "pty.h" |