diff options
author | steve <steve@FreeBSD.org> | 1997-08-07 22:33:01 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-07 22:33:01 +0000 |
commit | e753f957ea3fe0d4ba6298ad4996196071889b92 (patch) | |
tree | 0aeb23cd8da13bbfa128daec7041b425e929d1d3 /bin/rmail | |
parent | 34c71a268a24c65a89dc8fb8a234d3f425b10eda (diff) | |
download | FreeBSD-src-e753f957ea3fe0d4ba6298ad4996196071889b92.zip FreeBSD-src-e753f957ea3fe0d4ba6298ad4996196071889b92.tar.gz |
Observe precedence set by Philippe Charnier when adding an
rcsid.
Diffstat (limited to 'bin/rmail')
-rw-r--r-- | bin/rmail/rmail.c | 11 |
1 files changed, 8 insertions, 3 deletions
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 */ /* |