diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/make/lst.lib/lstFindFrom.c | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/make/lst.lib/lstFindFrom.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstFindFrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 1e619d3b45a..6a2dcc3bd1f 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstFindFrom.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $ */ /* $NetBSD: lstFindFrom.c,v 1.5 1995/06/14 15:21:09 christos Exp $ */ /* @@ -38,7 +39,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90"; */ -static char *rcsid = "$Id: lstFindFrom.c,v 1.1 1995/10/18 08:45:45 deraadt Exp $"; +static char *rcsid = "$OpenBSD: lstFindFrom.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $"; #endif /* not lint */ /*- |