Files
xserver/os
Enrico Weigelt, metux IT consult f8e23ca554 (submit/fix-char-signedness) 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]);
      |                                                 ^
2024-09-16 17:07:49 +02:00
..
2024-04-15 19:54:34 +00:00
2024-05-08 09:37:35 +02:00
2024-03-09 17:34:51 +00:00
2024-03-09 17:34:51 +00:00
2024-09-02 16:02:39 +00:00
2016-07-21 15:04:47 -04:00
2024-02-25 11:55:56 +01:00
2024-03-03 23:11:05 +00:00