=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/complete.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/ftp/complete.c 2004/09/16 04:39:16 1.17 --- src/usr.bin/ftp/complete.c 2006/04/25 05:45:20 1.18 *************** *** 1,4 **** ! /* $OpenBSD: complete.c,v 1.17 2004/09/16 04:39:16 deraadt Exp $ */ /* $NetBSD: complete.c,v 1.10 1997/08/18 10:20:18 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: complete.c,v 1.18 2006/04/25 05:45:20 tedu Exp $ */ /* $NetBSD: complete.c,v 1.10 1997/08/18 10:20:18 lukem Exp $ */ /*- *************** *** 39,45 **** #ifndef SMALL #ifndef lint ! static char rcsid[] = "$OpenBSD: complete.c,v 1.17 2004/09/16 04:39:16 deraadt Exp $"; #endif /* not lint */ /* --- 39,45 ---- #ifndef SMALL #ifndef lint ! static const char rcsid[] = "$OpenBSD: complete.c,v 1.18 2006/04/25 05:45:20 tedu Exp $"; #endif /* not lint */ /*