Files
xserver/os
Enrico Weigelt, metux IT consult 94e60892da os: access: fix char signess mismatch
On NetBSD gives warning:

In file included from /usr/include/ctype.h:100,
                 from ../include/misc.h:174,
                 from ../os/access.c:96:
../os/access.c: In function ‘ResetHosts’:
../os/access.c:981:49: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  981 |                 lhostname[i] = tolower(ohostname[i]);
      |                                                 ^

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1455>
(cherry picked from commit 9446ae487c)
2026-01-25 10:39:57 -08:00
..
2026-01-25 10:39:57 -08:00
2026-01-25 10:39:53 -08:00
2026-01-25 10:39:53 -08:00
2026-01-19 12:47:57 -08:00
2026-01-25 10:39:56 -08:00
2016-07-21 15:04:47 -04:00
2026-01-25 10:39:53 -08:00
2026-01-19 12:32:20 -08:00
2026-01-19 12:32:20 -08:00
2013-10-31 16:58:12 -07:00