]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/eval.h
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / eval.h
index d4092be45137045e319b06484e814301ecf60c86..c1045e369ef7927692053b8891fd445f11dc0b3e 100644 (file)
--- a/sh/eval.h
+++ b/sh/eval.h
  * SUCH DAMAGE.
  *
  *     @(#)eval.h      8.2 (Berkeley) 5/4/95
- * $FreeBSD$
+ * $FreeBSD: head/bin/sh/eval.h 289159 2015-10-11 21:33:00Z jilles $
  */
 
 extern char *commandname;      /* currently executing command */
 extern int exitstatus;         /* exit status of last command */
 extern int oexitstatus;                /* saved exit status */
-extern struct strlist *cmdenviron;  /* environment for builtin command */
+extern struct arglist *cmdenviron;  /* environment for builtin command */
 
 
 struct backcmd {               /* result of evalbackcmd */