summaryrefslogtreecommitdiff
path: root/hurd/hurdexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdexec.c')
-rw-r--r--hurd/hurdexec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index d5d2d080e4..e18107b9a7 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.c
@@ -40,10 +40,9 @@ _hurd_exec (task_t task, file_t file,
mach_port_t ports[_hurd_nports];
struct hurd_userlink ulink_ports[_hurd_nports];
file_t *dtable;
- int dtablesize;
+ unsigned int dtablesize, i;
struct hurd_port **dtable_cells;
struct hurd_userlink *ulink_dtable;
- int i;
char *const *p;
struct hurd_sigstate *ss;
mach_port_t *please_dealloc, *pdp;