summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
commitc58aca035e2c61510b619368861598623eb95e52 (patch)
tree049d84189a59de29d49254b609a318b17ee59387 /bin/sh/shell.h
parenta958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (diff)
downloadFreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.zip
FreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.tar.gz
Merge in NetBSD mods and -Wall cleaning.
Obtained from: NetBSD, me
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 043952d..8416a79 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
- * $Id: shell.h,v 1.5 1996/09/01 10:27:44 peter Exp $
+ * $Id: shell.h,v 1.6 1996/10/31 07:15:57 ache Exp $
*/
/*
@@ -79,7 +79,7 @@ extern char nullstr[1]; /* null string */
#ifdef DEBUG
-#define TRACE(param) shtrace param
+#define TRACE(param) trace param
#else
#define TRACE(param)
#endif
OpenPOWER on IntegriCloud