=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ruserpass.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/ftp/ruserpass.c 2007/06/20 17:56:37 1.25 --- src/usr.bin/ftp/ruserpass.c 2008/06/25 21:15:19 1.26 *************** *** 1,4 **** ! /* $OpenBSD: ruserpass.c,v 1.25 2007/06/20 17:56:37 moritz Exp $ */ /* $NetBSD: ruserpass.c,v 1.14 1997/07/20 09:46:01 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ruserpass.c,v 1.26 2008/06/25 21:15:19 martynas Exp $ */ /* $NetBSD: ruserpass.c,v 1.14 1997/07/20 09:46:01 lukem Exp $ */ /* *************** *** 35,41 **** #if 0 static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95"; #else ! static const char rcsid[] = "$OpenBSD: ruserpass.c,v 1.25 2007/06/20 17:56:37 moritz Exp $"; #endif #endif /* not lint */ --- 35,41 ---- #if 0 static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95"; #else ! static const char rcsid[] = "$OpenBSD: ruserpass.c,v 1.26 2008/06/25 21:15:19 martynas Exp $"; #endif #endif /* not lint */ *************** *** 319,322 **** return (t->tval); return (ID); } ! #endif --- 319,322 ---- return (t->tval); return (ID); } ! #endif /* !SMALL */