>>> On 22.06.16 at 13:24, <andrew.coop...@citrix.com> wrote:
> --- a/xen/include/xen/types.h
> +++ b/xen/include/xen/types.h
> @@ -1,6 +1,9 @@
>  #ifndef __TYPES_H__
>  #define __TYPES_H__
>  
> +/* Use the C freestanding headers. */
> +#include <stdarg.h>

I don't view it as good practice to include headers that aren't really
needed: Why would basically every translation unit pay the (however
small) price of this getting read and parsed? And the description of
the patch also doesn't justify this additional change in any way.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to