* hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
authorRoland McGrath <roland@gnu.org>
Thu, 13 Jun 2002 08:57:15 +0000 (08:57 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 13 Jun 2002 08:57:15 +0000 (08:57 +0000)
commit8f0ac69e431f560fbb286c41b0c284823e2f53f6
treed3f2f48654afe4a6236af9bdaa017d5934f8fb74
parent79a479ce697f3e01f6b705a6478403b437086925
* hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.

* hurd/hurdstartup.c (_hurd_startup): Likewise.
Use intptr_t instead of int for argc in stack layout.
* sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
(_dl_init_first): Likewise.
(_hurd_stack_setup): Likewise.
(init1): Add a cast.
ChangeLog