summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/var.c
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-05-20 22:51:11 +0000
committersjg <sjg@FreeBSD.org>2013-05-20 22:51:11 +0000
commit4cdc15c1f748d4763888b9351c2316a878059a87 (patch)
treec22bfafacf1ef1525514f8ec6e3ff8d81ab28b8d /contrib/bmake/var.c
parent51db6f82a1c3b46a9bf9d9d45d5be0caef8455a5 (diff)
parentf7da00e9a350696f2cd2a8de09558becb37338e7 (diff)
downloadFreeBSD-src-4cdc15c1f748d4763888b9351c2316a878059a87.zip
FreeBSD-src-4cdc15c1f748d4763888b9351c2316a878059a87.tar.gz
Sync with upstream version (20130520) that includes same fixes made last week.
Diffstat (limited to 'contrib/bmake/var.c')
-rw-r--r--contrib/bmake/var.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/var.c b/contrib/bmake/var.c
index efb6514..f09862a 100644
--- a/contrib/bmake/var.c
+++ b/contrib/bmake/var.c
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.173 2013/02/24 19:43:37 christos Exp $ */
+/* $NetBSD: var.c,v 1.174 2013/05/18 13:12:45 sjg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: var.c,v 1.173 2013/02/24 19:43:37 christos Exp $";
+static char rcsid[] = "$NetBSD: var.c,v 1.174 2013/05/18 13:12:45 sjg Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: var.c,v 1.173 2013/02/24 19:43:37 christos Exp $");
+__RCSID("$NetBSD: var.c,v 1.174 2013/05/18 13:12:45 sjg Exp $");
#endif
#endif /* not lint */
#endif
OpenPOWER on IntegriCloud