xserver/hw/xfree86/dixmods
Daniel Stone f48d8f58b3 extmod: Use ARRAY_SIZE rather than sentinel
When the array gets down to size zero (which it does in later patches),
gcc complains that the index is out of bounds.  Avoid this by using
ARRAY_SIZE on extensionModules instead.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Stéphane Marchesin <stephane.marchesin@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-09 23:06:41 -07:00
..
extmod extmod: Use ARRAY_SIZE rather than sentinel 2012-07-09 23:06:41 -07:00
Makefile.am xfree86: allow modules to be built without undefined symbols 2012-04-05 21:57:02 -05:00
dbemodule.c Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
fbmodule.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxmodule.c Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
recordmod.c Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
shmodule.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xkbKillSrv.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xkbPrivate.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xkbVT.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00