Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/rmail/Attic/rmail.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/libexec/rmail/Attic/rmail.c 1994/09/22 09:25:55 1.6 +++ src/libexec/rmail/Attic/rmail.c 1995/03/21 07:08:26 1.7 @@ -1,3 +1,5 @@ +/* $NetBSD: rmail.c,v 1.7 1995/03/21 07:08:26 cgd Exp $ */ + /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -38,8 +40,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)rmail.c 8.1 (Berkeley) 5/31/93";*/ -static char *rcsid = "$Id: rmail.c,v 1.6 1994/09/22 09:25:55 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)rmail.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: rmail.c,v 1.7 1995/03/21 07:08:26 cgd Exp $"; +#endif #endif /* not lint */ /*