Rev 3190 | Rev 3203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3190 | Rev 3202 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | 64 | ||
65 | static int loader_set_args(int phone_id, const char *argv[]) |
65 | static int loader_set_args(int phone_id, const char *argv[]) |
66 | { |
66 | { |
67 | aid_t req; |
67 | aid_t req; |
68 | ipc_call_t answer; |
68 | ipc_call_t answer; |
69 | int rc; |
69 | ipcarg_t rc; |
70 | 70 | ||
71 | const char **ap; |
71 | const char **ap; |
72 | char *dp; |
72 | char *dp; |
73 | char *arg_buf; |
73 | char *arg_buf; |
74 | size_t buffer_size; |
74 | size_t buffer_size; |