Date: Wed, 4 Jun 2003 13:38:54 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test mutex_d.c Message-ID: <200306042038.h54KcsEi035892@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/06/04 13:38:54 PDT FreeBSD src repository Modified files: lib/libc_r/test mutex_d.c Log: Make this compile without warnings on 64-bit architectures: Don't cast thread_self() to int. Cast to uintptr_t. Pull in the predefined printf format from <inttypes.h> Revision Changes Path 1.4 +7 -6 src/lib/libc_r/test/mutex_d.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306042038.h54KcsEi035892>