diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstReplace.c')
| -rw-r--r-- | usr.bin/make/lst.lib/lstReplace.c | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 8adb6895aec1..635e2c86a403 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -1,3 +1,5 @@ +/*	$NetBSD: lstReplace.c,v 1.4 1995/06/14 15:21:41 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[] = "@(#)lstReplace.c	8.2 (Berkeley) 4/28/95"; +#if 0 +static char sccsid[] = "@(#)lstReplace.c	8.1 (Berkeley) 6/6/93"; +#else +static char rcsid[] = "$NetBSD: lstReplace.c,v 1.4 1995/06/14 15:21:41 christos Exp $"; +#endif  #endif /* not lint */  /*- | 
