=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/cmds.c,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** src/usr.bin/ftp/cmds.c 2008/10/16 23:15:53 1.67 --- src/usr.bin/ftp/cmds.c 2009/04/27 21:37:13 1.68 *************** *** 1,4 **** ! /* $OpenBSD: cmds.c,v 1.67 2008/10/16 23:15:53 martynas Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cmds.c,v 1.68 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* *************** *** 58,67 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #if !defined(lint) && !defined(SMALL) - static const char rcsid[] = "$OpenBSD: cmds.c,v 1.67 2008/10/16 23:15:53 martynas Exp $"; - #endif /* not lint and not SMALL */ /* * FTP User Program -- Command Routines. --- 58,63 ----