Module Name: src
Committed By: justin
Date: Thu Jun 18 15:34:44 UTC 2015
Modified Files:
src/usr.bin/make: metachar.c
Log Message:
Fix non native build on metachar.c
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/metachar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/metachar.c
diff -u src/usr.bin/make/metachar.c:1.1 src/usr.bin/make/metachar.c:1.2
--- src/usr.bin/make/metachar.c:1.1 Wed Jun 17 15:34:55 2015
+++ src/usr.bin/make/metachar.c Thu Jun 18 15:34:44 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: metachar.c,v 1.1 2015/06/17 15:34:55 christos Exp $ */
+/* $NetBSD: metachar.c,v 1.2 2015/06/18 15:34:44 justin Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -28,8 +28,18 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef MAKE_NATIVE
+static char rcsid[] = "$NetBSD: metachar.c,v 1.2 2015/06/18 15:34:44 justin Exp $";
+#else
#include <sys/cdefs.h>
-__RCSID("$NetBSD: metachar.c,v 1.1 2015/06/17 15:34:55 christos Exp $");
+#ifndef lint
+#if 0
+static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93";
+#else
+__RCSID("$NetBSD: metachar.c,v 1.2 2015/06/18 15:34:44 justin Exp $");
+#endif
+#endif /* not lint */
+#endif
#include "metachar.h"
/*