summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact.h
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2000-09-26 05:09:21 +0000
committertakawata <takawata@FreeBSD.org>2000-09-26 05:09:21 +0000
commit0f805a3db68df9be0cf44fe672cfe469d927b55b (patch)
treea179118e65055cf6100d8cdb6e01d89e1705e01e /sys/sys/imgact.h
parent56f952fed7d1e2f4a90334d640e2d869d7fd303d (diff)
downloadFreeBSD-src-0f805a3db68df9be0cf44fe672cfe469d927b55b.zip
FreeBSD-src-0f805a3db68df9be0cf44fe672cfe469d927b55b.tar.gz
Make size of dynamic loader argument variable to support
various executable file format. Reviewed by: peter
Diffstat (limited to 'sys/sys/imgact.h')
-rw-r--r--sys/sys/imgact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h
index c13d81f..c4647c5 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -58,6 +58,7 @@ struct image_params {
struct vm_page *firstpage; /* first page that we mapped */
char *fname; /* pointer to filename of executable (user space) */
unsigned long ps_strings; /* PS_STRINGS for BSD/OS binaries */
+ size_t auxarg_size;
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud