fixed uninitialized keystate
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 7 Nov 2020 02:16:42 +0000 (04:16 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 7 Nov 2020 02:16:42 +0000 (04:16 +0200)
SGI/IRIX fixes:
 - unaligned access in little endian conversion (which was erroneously done)
 - detect endianess and set appropriate macro
 - detect if CRTSCTS is defined before trying to use it (it's a BSD flag)
 - but first detect if the POSIX CCTS_OFLOW is available (hint: it's not on IRIX)


No differences found