Re: moused(8): char signed-ness problem with gcc 3.1

Bill Fenner <[email protected]>
Newsgroups gmane.os.freebsd.devel.audit
Message-ID <[email protected]>
gcc 3.1 simply defaults to unsigned chars.  127 << 1 = 254; 254 / 2 = 127.

My machine is too slow to test this expeditiously, but I'm trying
adding "#define DEFAULT_SIGNED_CHAR 1" into freebsd-native.h .

  Bill

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-audit" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.