=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/make/dir.c 1996/02/22 22:24:46 1.3 +++ src/usr.bin/make/dir.c 1996/06/26 05:36:29 1.4 @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.4 1996/06/26 05:36:29 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.10 1996/02/04 22:20:38 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)dir.c 5.6 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: dir.c,v 1.10 1996/02/04 22:20:38 christos Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.4 1996/06/26 05:36:29 deraadt Exp $"; #endif #endif /* not lint */