From 5c6ac2e68ca6d0019f90cab6119410554556d1d2 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 6 Oct 1996 16:45:32 +0000 Subject: Import Christos Zoulas' version of NetBSD's make onto the vendor branch for reference. Obtained from: Christos Zoulas --- usr.bin/make/lst.lib/lstIsAtEnd.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usr.bin/make/lst.lib/lstIsAtEnd.c') diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 7fdf68d..be17403 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -1,3 +1,5 @@ +/* $NetBSD: lstIsAtEnd.c,v 1.4 1995/06/14 15:21:25 christos Exp $ */ + /* * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,11 @@ */ #ifndef lint -static char sccsid[] = "@(#)lstIsAtEnd.c 8.2 (Berkeley) 4/28/95"; +#if 0 +static char sccsid[] = "@(#)lstIsAtEnd.c 8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$NetBSD: lstIsAtEnd.c,v 1.4 1995/06/14 15:21:25 christos Exp $"; +#endif #endif /* not lint */ /*- -- cgit v1.1