uadmin: treat everything as x86
commit6c2b85304c133a7537e35bf59847368e1fcdae09
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 30 Aug 2018 14:38:42 +0000 (30 10:38 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 30 Aug 2018 14:38:42 +0000 (30 10:38 -0400)
treefd339d5cd60741c618e1fe0b3b0fdc059dfef54c
parent47e61bc9672025d7648dafedb45734868263ed71
uadmin: treat everything as x86

The __i386 #ifdefs were used to differentiate between x86 and sparc.
Since we removed sparc support a while ago, there is no reason to keep
these #ifdefs.

Furthermore, the x86-or-sparc checks were incorrect.  They should have
checked for __x86 instead of __i386.
bin/uadmin/uadmin.c