Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build fails due to intrctl on ARM



On 2016-10-15 22:49, Rin Okuyama wrote:
Build fails due to intrctl(8) on ARM, whose char is unsigned. Please
apply the attached patch.

Well, considering that getopt() is returning an int, whoever wrote that code did it wrong. So this is a general bug that might affect everyone, not just arm. (It will not be able to differ between -1 and 0xff, which might show up as well, if stuffed into a char, if signed chars.)

	Johnny

--
Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt%softjar.se@localhost             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol


Home | Main Index | Thread Index | Old Index