From e753f957ea3fe0d4ba6298ad4996196071889b92 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 22:33:01 +0000 Subject: Observe precedence set by Philippe Charnier when adding an rcsid. --- bin/rmail/rmail.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'bin/rmail') diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index c05a08a..dd7c47b 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 */ /* -- cgit v1.1