[PATCH 2/4] xf86drmMode: Unconditionally clear ioctl structs

2015-02-11 Thread Daniel Vetter
We really have to do this to avoid surprises when extending the ABI later on. Especially when growing the structures. Signed-off-by: Daniel Vetter --- xf86drmMode.c | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/xf86d

[PATCH 2/4] xf86drmMode: Unconditionally clear ioctl structs

2015-02-11 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 02/11/2015 03:42 AM, Daniel Vetter wrote: > We really have to do this to avoid surprises when extending the ABI > later on. Especially when growing the structures. > > Signed-off-by: Daniel Vetter > --- > xf86drmMode.c | 55 ++