summaryrefslogtreecommitdiff
path: root/devel/bmake/files/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/util.c')
-rw-r--r--devel/bmake/files/util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bmake/files/util.c b/devel/bmake/files/util.c
index f2a5024895e..28ed5667430 100644
--- a/devel/bmake/files/util.c
+++ b/devel/bmake/files/util.c
@@ -1,18 +1,18 @@
-/* $NetBSD: util.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: util.c,v 1.1 2005/10/31 21:34:25 reed Exp $ */
/*
* Missing stuff from OS's
*
- * $Id: util.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+ * $Id: util.c,v 1.1 2005/10/31 21:34:25 reed Exp $
*/
#include "make.h"
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: util.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: util.c,v 1.1 2005/10/31 21:34:25 reed Exp $";
#else
#ifndef lint
-__RCSID("$NetBSD: util.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: util.c,v 1.1 2005/10/31 21:34:25 reed Exp $");
#endif
#endif