]> Zhao Yanbai Git Server - minix.git/commit
mined1.c: remove i386 guard around escape sequences. 73/2973/3
authorThomas Cort <tcort@minix3.org>
Sun, 22 Mar 2015 20:14:51 +0000 (16:14 -0400)
committerLionel Sambuc <lionel@minix3.org>
Tue, 24 Mar 2015 13:03:03 +0000 (14:03 +0100)
commitd131b5878459a2d87b4be3fbfc73ab183282e3a0
tree419190f28cec66112509a0852768b7df20dd894d
parent6a0aa6fb5e2bf621138a113362b712cba1c50e79
mined1.c: remove i386 guard around escape sequences.

The escape sequences for the function keys used to be separated
out in older versions of Minix when they were different for m68k
and intel. Support for m68k was dropped and that code was
removed, leaving the ifdef i386. Since the sequences are the
same for i386 and arm, there is no need to keep the ifdef i386.

Change-Id: Id96a80bcb24da120efa63acc9b248d87fc347eac
minix/commands/mined/mined1.c