=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/ftp/ftp.c 2003/08/11 21:23:58 1.54 --- src/usr.bin/ftp/ftp.c 2003/12/16 21:46:22 1.55 *************** *** 1,4 **** ! /* $OpenBSD: ftp.c,v 1.54 2003/08/11 21:23:58 millert Exp $ */ /* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ftp.c,v 1.55 2003/12/16 21:46:22 deraadt Exp $ */ /* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */ /* *************** *** 59,71 **** * SUCH DAMAGE. */ ! #ifndef lint ! #if 0 ! static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94"; ! #else ! static char rcsid[] = "$OpenBSD: ftp.c,v 1.54 2003/08/11 21:23:58 millert Exp $"; ! #endif ! #endif /* not lint */ #include #include --- 59,67 ---- * SUCH DAMAGE. */ ! #if !defined(lint) && !defined(SMALL) ! static char rcsid[] = "$OpenBSD: ftp.c,v 1.55 2003/12/16 21:46:22 deraadt Exp $"; ! #endif /* not lint and not SMALL */ #include #include