=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/edit.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/mail/edit.c 2008/07/16 14:49:09 1.18 --- src/usr.bin/mail/edit.c 2009/10/27 23:59:40 1.19 *************** *** 1,4 **** ! /* $OpenBSD: edit.c,v 1.18 2008/07/16 14:49:09 martynas Exp $ */ /* $NetBSD: edit.c,v 1.5 1996/06/08 19:48:20 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: edit.c,v 1.19 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: edit.c,v 1.5 1996/06/08 19:48:20 christos Exp $ */ /* *************** *** 29,42 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static const char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; - #else - static const char rcsid[] = "$OpenBSD: edit.c,v 1.18 2008/07/16 14:49:09 martynas Exp $"; - #endif - #endif /* not lint */ #include #include --- 29,34 ----