diff options
Diffstat (limited to 'usr/src/uts/common/sys/exec.h')
-rw-r--r-- | usr/src/uts/common/sys/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/exec.h b/usr/src/uts/common/sys/exec.h index a5eaf18edd..de8a940db7 100644 --- a/usr/src/uts/common/sys/exec.h +++ b/usr/src/uts/common/sys/exec.h @@ -101,8 +101,6 @@ typedef struct uarg { size_t from_ptrsize; size_t ncargs; struct execsw *execswp; - uint_t stkpageszc; - uint_t brkpageszc; uintptr_t entry; uintptr_t thrptr; char *emulator; |