Source-Changes-HG archive

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

[src/trunk]: src/bin/sh More nodenames fixes.



details:   https://anonhg.NetBSD.org/src/rev/4a54d112e146
branches:  trunk
changeset: 343835:4a54d112e146
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 27 23:50:13 2016 +0000

description:
More nodenames fixes.

diffstat:

 bin/sh/show.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 687b0ca31935 -r 4a54d112e146 bin/sh/show.c
--- a/bin/sh/show.c     Sat Feb 27 23:00:06 2016 +0000
+++ b/bin/sh/show.c     Sat Feb 27 23:50:13 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: show.c,v 1.29 2016/02/27 18:34:12 christos Exp $       */
+/*     $NetBSD: show.c,v 1.30 2016/02/27 23:50:13 christos Exp $       */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)show.c     8.3 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: show.c,v 1.29 2016/02/27 18:34:12 christos Exp $");
+__RCSID("$NetBSD: show.c,v 1.30 2016/02/27 23:50:13 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -52,6 +52,10 @@
 #include "mystring.h"
 #include "show.h"
 #include "options.h"
+#ifndef SMALL
+#define DEFINE_NODENAMES
+#include "nodenames.h"
+#endif
 
 
 FILE *tracefile;



Home | Main Index | Thread Index | Old Index