|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 5 of 8] xl: do not continue in the child and exec
Stefano Stabellini writes ("[Xen-devel] [PATCH 5 of 8] xl: do not continue in
the child and exec xenconsole in the parent"):
> +waitpid_out:
> + if (child_console_pid > 0 && waitpid(child_console_pid, &status, 0) < 0
> && errno == EINTR)
This is a nice patch. But would you mind terribly arranging for the
lines not to be >75ish characters ?
Thanks,
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|