The following reply was made to PR kern/175759; it has been noted by GNATS.
From: Andrey Simonenko <si...@comsys.ntu-kpi.kiev.ua> To: Gleb Smirnoff <gleb...@freebsd.org> Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: kern/175759: Correct data types for fields of struct qm_trace{} from <sys/queue.h> Date: Fri, 1 Feb 2013 16:03:15 +0200 On Fri, Feb 01, 2013 at 03:49:07PM +0200, Andrey Simonenko wrote: > > Even if we assume that INT_MAX is bigger that 2^31-1 then specifying > "unsigned long" in that structure (without changing the order of its fields) > will not change its size on i386 and amd64. Typos correction: Even if we assume that INT_MAX is equal to 2^31-1 then specifying "unsigned long" in that structure (without changing the order of its fields) will not change its size on i386 and amd64. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"