=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/vars.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/mail/vars.c 1995/10/18 08:45:39 1.1 +++ src/usr.bin/mail/vars.c 1996/06/11 12:53:53 1.2 @@ -1,3 +1,6 @@ +/* $OpenBSD: vars.c,v 1.2 1996/06/11 12:53:53 deraadt Exp $ */ +/* $NetBSD: vars.c,v 1.4 1996/06/08 19:48:45 christos Exp $ */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +35,11 @@ */ #ifndef lint -static char sccsid[] = "from: @(#)vars.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "$Id: vars.c,v 1.1 1995/10/18 08:45:39 deraadt Exp $"; +#if 0 +static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$OpenBSD: vars.c,v 1.2 1996/06/11 12:53:53 deraadt Exp $"; +#endif #endif /* not lint */ #include "rcv.h"