diff options
Diffstat (limited to 'usr.bin/make/buf.c')
-rw-r--r-- | usr.bin/make/buf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 52179007773..ed7ee422806 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: buf.c,v 1.3 1996/06/26 05:36:25 deraadt Exp $ */ /* $NetBSD: buf.c,v 1.7 1996/03/29 02:17:13 jtc Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: buf.c,v 1.7 1996/03/29 02:17:13 jtc Exp $"; +static char rcsid[] = "$OpenBSD: buf.c,v 1.3 1996/06/26 05:36:25 deraadt Exp $"; #endif #endif /* not lint */ |