jb 2007-11-26 05:52:45 UTC FreeBSD src repository
Modified files: sys/powerpc/include atomic.h Log: Implement the _long functions using u_long rather than trying to cast as uint32_t which is defined as unsigned int. gcc doesn't want to consider that there might not be much difference between an int and a long on a 32 bit architecture. Revision Changes Path 1.17 +43 -5 src/sys/powerpc/include/atomic.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"