summaryrefslogtreecommitdiff
path: root/lib/csu/mips64
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r--lib/csu/mips64/md_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h
index 37625421c11..97e2d33d2b6 100644
--- a/lib/csu/mips64/md_init.h
+++ b/lib/csu/mips64/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.11 2015/09/01 05:40:06 guenther Exp $ */
+/* $OpenBSD: md_init.h,v 1.12 2016/03/13 18:35:02 guenther Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -165,7 +165,7 @@ struct kframe {
\
argc = kfp->kargc; \
argv = &kfp->kargv[0]; \
- environ = envp = argv + argc + 1;
+ envp = argv + argc + 1;
#include <sys/syscall.h>
#define MD_DISABLE_KBIND \