Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make this is not buf.c



details:   https://anonhg.NetBSD.org/src/rev/b9939c925c35
branches:  trunk
changeset: 338942:b9939c925c35
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 18 15:51:57 2015 +0000

description:
this is not buf.c

diffstat:

 usr.bin/make/metachar.c |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4e9541f2092f -r b9939c925c35 usr.bin/make/metachar.c
--- a/usr.bin/make/metachar.c   Thu Jun 18 15:34:44 2015 +0000
+++ b/usr.bin/make/metachar.c   Thu Jun 18 15:51:57 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: metachar.c,v 1.2 2015/06/18 15:34:44 justin Exp $      */
+/*     $NetBSD: metachar.c,v 1.3 2015/06/18 15:51:57 christos Exp $    */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -29,15 +29,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: metachar.c,v 1.2 2015/06/18 15:34:44 justin Exp $";
+static char rcsid[] = "$NetBSD: metachar.c,v 1.3 2015/06/18 15:51:57 christos Exp $";
 #else
 #include <sys/cdefs.h>
 #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
+__RCSID("$NetBSD: metachar.c,v 1.3 2015/06/18 15:51:57 christos Exp $");
 #endif /* not lint */
 #endif
 



Home | Main Index | Thread Index | Old Index