diff options
Diffstat (limited to 'usr.bin/make/lst.lib/lstAtFront.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstAtFront.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 3a95a2738d0..0f9d84d1b3c 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstAtFront.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $ */ /* $NetBSD: lstAtFront.c,v 1.4 1995/06/14 15:20:48 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstAtFront.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstAtFront.c,v 1.4 1995/06/14 15:20:48 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstAtFront.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $"; #endif #endif /* not lint */ |