diff options
-rw-r--r-- | trans/new-fifo.c | 2 | ||||
-rw-r--r-- | utils/rpctrace.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c index f11cecae..c293b764 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -220,7 +220,7 @@ main (int argc, char **argv) if (err) error (1, 0, "error creating protid port class"); - err = trivfs_add_protid_port_class (&server_port_class); + err = trivfs_add_protid_port_class (&server_port_class); if (err) error (1, 0, "error creating protid port class"); diff --git a/utils/rpctrace.c b/utils/rpctrace.c index cb4df8af..e866412a 100644 --- a/utils/rpctrace.c +++ b/utils/rpctrace.c @@ -493,8 +493,8 @@ discover_receive_right (mach_port_t send, task_t task) && !(info->task != unknown_task && info->portname == UNKNOWN_NAME)) return info; - - { + + { int j; mach_port_t *portnames = NULL; mach_msg_type_number_t nportnames = 0; @@ -558,7 +558,7 @@ discover_receive_right (mach_port_t send, task_t task) if (receiver_info) return receiver_info; - } + } return NULL; } |