diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstLast.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstLast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 176aafb..a87c50c 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstLast.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)lstLast.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ /*- |