libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
authorDaniel Kurtz <djkurtz@chromium.org>
Mon, 26 Aug 2013 15:39:16 +0000 (23:39 +0800)
committerEric Anholt <eric@anholt.net>
Sun, 22 Sep 2013 20:30:46 +0000 (13:30 -0700)
commit0f4452bb51306024fbf4cbf77d8baab20cefba67
treec7934c308e0e2164d6faf6603772007ac6f9b578
parenta48d6e5621fea701e36724cc144d9fe293332824
libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic

The following minor changes were needed to these headers:
 * Convert // comments to /* */
 * No , after final member of enum

With these changes, these header files can be included by a program that
is built with gcc options:
  -std=c89 -Werror -pedantic

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
include/drm/drm.h
xf86drmMode.h