diff options
Diffstat (limited to 'usr.bin/ssh/login.c')
-rw-r--r-- | usr.bin/ssh/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/login.c b/usr.bin/ssh/login.c index 8e40784e2cb..34a9750db29 100644 --- a/usr.bin/ssh/login.c +++ b/usr.bin/ssh/login.c @@ -18,7 +18,7 @@ */ #include "includes.h" -RCSID("$Id: login.c,v 1.13 2000/04/19 07:05:49 deraadt Exp $"); +RCSID("$OpenBSD: login.c,v 1.14 2000/06/20 01:39:42 markus Exp $"); #include <util.h> #include <utmp.h> |