=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshlogin.c,v retrieving revision 1.5.2.1 retrieving revision 1.6 diff -u -r1.5.2.1 -r1.6 --- src/usr.bin/ssh/sshlogin.c 2003/09/16 21:20:29 1.5.2.1 +++ src/usr.bin/ssh/sshlogin.c 2003/04/08 20:21:29 1.6 @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshlogin.c,v 1.5.2.1 2003/09/16 21:20:29 brad Exp $"); +RCSID("$OpenBSD: sshlogin.c,v 1.6 2003/04/08 20:21:29 itojun Exp $"); #include #include @@ -79,8 +79,8 @@ } /* - * Records that the user has logged in. I wish these parts of operating - * systems were more standardized. + * Records that the user has logged in. I these parts of operating systems + * were more standardized. */ void record_login(pid_t pid, const char *ttyname, const char *user, uid_t uid,