diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-06 06:54:14 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-06 06:54:14 +0000 |
| commit | 3e4da6f5b3dfa3b4ff9caabcbc673d721a1a9bf0 (patch) | |
| tree | 3675d30d996f539ee0f33692a10a82dbc864eb89 /usr.bin/make/lst.lib/lstFirst.c | |
| parent | ea09f5e44d046037109ca9ba434e0135c27b392c (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/lst.lib/lstFirst.c')
| -rw-r--r-- | usr.bin/make/lst.lib/lstFirst.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index f97c12c1f624..9a95018777ab 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -1,5 +1,3 @@ -/* $NetBSD: lstFirst.c,v 1.4 1995/06/14 15:21:12 christos Exp $ */ - /* * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)lstFirst.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$NetBSD: lstFirst.c,v 1.4 1995/06/14 15:21:12 christos Exp $"; -#endif +static char sccsid[] = "@(#)lstFirst.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- |
