=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/send.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/mail/send.c 2008/07/16 15:14:33 1.21 --- src/usr.bin/mail/send.c 2009/10/27 23:59:40 1.22 *************** *** 1,4 **** ! /* $OpenBSD: send.c,v 1.21 2008/07/16 15:14:33 martynas Exp $ */ /* $NetBSD: send.c,v 1.6 1996/06/08 19:48:39 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: send.c,v 1.22 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: send.c,v 1.6 1996/06/08 19:48:39 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[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; - #else - static const char rcsid[] = "$OpenBSD: send.c,v 1.21 2008/07/16 15:14:33 martynas Exp $"; - #endif - #endif /* not lint */ #include "rcv.h" #include "extern.h" --- 29,34 ----