summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodetypes
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-02-15 21:47:43 +0000
committerjilles <jilles@FreeBSD.org>2015-02-15 21:47:43 +0000
commita0092595b982169cd521ba2b02e4bccef5235b4e (patch)
tree999b8055d2fa2e1f7fca45cdaba4917842dba200 /bin/sh/nodetypes
parent0dba15bee91300d5b8867055900ce2b9527313cf (diff)
downloadFreeBSD-src-a0092595b982169cd521ba2b02e4bccef5235b4e.zip
FreeBSD-src-a0092595b982169cd521ba2b02e4bccef5235b4e.tar.gz
sh: Prefer "" to nullstr where possible.
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r--bin/sh/nodetypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes
index 603c777..d480093 100644
--- a/bin/sh/nodetypes
+++ b/bin/sh/nodetypes
@@ -138,7 +138,7 @@ NXHERE nhere # fd<<!
fd int # file descriptor being redirected
next nodeptr # next redirection in list
doc nodeptr # input to command (NARG node)
- expdoc temp char *expdoc # actual document (for NXHERE)
+ expdoc temp const char *expdoc # actual document (for NXHERE)
NNOT nnot # ! command (actually pipeline)
type int
OpenPOWER on IntegriCloud