diff options
Diffstat (limited to 'usr.bin/mail/vars.c')
-rw-r--r-- | usr.bin/mail/vars.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index 0316cb27f4f..22a1d9d8cf7 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -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" |