daa92a9401
Shortly, the zx_port_queue and zx_port_wait system calls will take pointers to zx_port_packet_t instead of void. They currently take void as the last vestiges of the ports v1 and v2 compatibility story. All callers are passing actual pointers to zx_port_packet_t, so there is no real code change. Change-Id: I8f61791846c7693d70edc8c37c1973e8637949bb Reviewed-on: https://dart-review.googlesource.com/9796 Reviewed-by: Zach Anderson <zra@google.com>