summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r--sys/sys/exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h
index 443e144..be8cd71 100644
--- a/sys/sys/exec.h
+++ b/sys/sys/exec.h
@@ -66,6 +66,6 @@ struct ps_strings {
*/
struct execve_args {
char *fname;
- char **argp;
- char **envp;
+ char **argv;
+ char **envv;
};
OpenPOWER on IntegriCloud