=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/domacro.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/ftp/domacro.c 2008/08/22 08:52:35 1.14 --- src/usr.bin/ftp/domacro.c 2009/04/27 21:37:13 1.15 *************** *** 1,4 **** ! /* $OpenBSD: domacro.c,v 1.14 2008/08/22 08:52:35 sobrado Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: domacro.c,v 1.15 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* *************** *** 29,38 **** * 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: domacro.c,v 1.14 2008/08/22 08:52:35 sobrado Exp $"; - #endif /* not lint and not SMALL */ #include #include --- 29,34 ----