From 0e289fc0516507811379be52c08664f915eeed2c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 21 Apr 2019 04:25:08 -0500 Subject: Forgot to check in the toys.envc declaration. --- toys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/toys.h b/toys.h index b9eb4f39..177918a6 100644 --- a/toys.h +++ b/toys.h @@ -101,6 +101,7 @@ extern struct toy_context { char **optargs; // Arguments left over from get_optflags() unsigned long long optflags; // Command line option flags from get_optflags() int optc; // Count of optargs + int envc; // Count of original environ entries int old_umask; // Old umask preserved by TOYFLAG_UMASK short toycount; // Total number of commands in this build short signal; // generic_signal() records what signal it saw here -- cgit v1.2.3