From bc4b85516101e8f364efde1e9084d5da266b722e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 7 Aug 1997 22:33:01 +0000 Subject: [PATCH] Observe precedence set by Philippe Charnier when adding an rcsid. --- bin/rmail/rmail.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index c05a08ac13dd..dd7c47bb3a8f 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -29,16 +29,21 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)rmail.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n"; +#endif /* not lint */ + +#ifndef lint +#if 0 +static char sccsid[] = "@(#)rmail.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: rmail.c,v 1.12 1997/06/30 11:03:31 charnier Exp $"; + "$Id: rmail.c,v 1.13 1997/08/07 15:41:51 steve Exp $"; +#endif #endif /* not lint */ /*